Skip to content

Commit 3e30bd7

Browse files
committed
fix: add dialyzer ignore for Ra start_server type contract
1 parent 488525f commit 3e30bd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.dialyzer_ignore.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[
2-
# Ra library and application initialization - no_return warnings are false positives
2+
# Ra library and application initialization - type contract mismatches with Ra Erlang types
33
~r/lib\/concord\/application.ex.*no_return/,
44
~r/lib\/concord\/application.ex:137.*:call/,
55
~r/lib\/concord\/application.ex:147.*:call/,
6+
~r/lib\/concord\/application.ex:160.*:call/,
67

78
# State machine pattern matches are defensive programming for backward compatibility
89
~r/lib\/concord\/state_machine.ex.*pattern_match/,

0 commit comments

Comments
 (0)