feat(dialyzer): add typecheck stage to full CI pipelines
This commit is contained in:
parent
ce57d046b9
commit
263857ee26
6 changed files with 68 additions and 2 deletions
11
.dialyzer_ignore.exs
Normal file
11
.dialyzer_ignore.exs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Dialyzer ignore list.
|
||||
#
|
||||
# This file is for PROVEN false positives only. Each entry must carry a
|
||||
# `# why:` comment explaining why Dialyzer is wrong about the call site.
|
||||
# Real findings get fixed by adjusting @spec, return types, or pattern
|
||||
# matches — never silenced here.
|
||||
#
|
||||
# Format: each entry is either a path string, a {path, warning} tuple,
|
||||
# or a {path, warning, line} tuple. See:
|
||||
# https://hexdocs.pm/dialyxir/readme.html#elixir-format
|
||||
[]
|
||||
Loading…
Add table
Add a link
Reference in a new issue