We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488525f commit 3e30bd7Copy full SHA for 3e30bd7
.dialyzer_ignore.exs
@@ -1,8 +1,9 @@
1
[
2
- # Ra library and application initialization - no_return warnings are false positives
+ # Ra library and application initialization - type contract mismatches with Ra Erlang types
3
~r/lib\/concord\/application.ex.*no_return/,
4
~r/lib\/concord\/application.ex:137.*:call/,
5
~r/lib\/concord\/application.ex:147.*:call/,
6
+ ~r/lib\/concord\/application.ex:160.*:call/,
7
8
# State machine pattern matches are defensive programming for backward compatibility
9
~r/lib\/concord\/state_machine.ex.*pattern_match/,
0 commit comments