Skip to content

Commit 3f08d1e

Browse files
authored
Merge pull request #31 from rabbitmq/rules_erlang-27
Remove -Wrace_conditions from the default dialyzer options
2 parents 974f65f + de47449 commit 3f08d1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

private/dialyze.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ dialyze_test = rule(
119119
"dialyzer_opts": attr.string_list(
120120
default = [
121121
"-Werror_handling",
122-
"-Wrace_conditions",
123122
"-Wunmatched_returns",
124123
],
125124
),

0 commit comments

Comments
 (0)