diff --git a/rules/lang/correctness/compare-nothing.yaml b/rules/lang/correctness/compare-nothing.yaml index 939499c..17d6fc2 100644 --- a/rules/lang/correctness/compare-nothing.yaml +++ b/rules/lang/correctness/compare-nothing.yaml @@ -6,7 +6,7 @@ rules: - pattern: ... == nothing - pattern: nothing != ... - pattern: ... != nothing - message: comparisons of `nothing` should be made with === or !=== or with isnothing() + message: comparisons of `nothing` should be made with === or !== or with isnothing() languages: [julia] severity: ERROR metadata: