Skip to content

Commit de47449

Browse files
committed
Remove -Wrace_conditions from the default dialyzer options
As it is no longer supported in otp 25
1 parent 974f65f commit de47449

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)