We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b388066 commit 2d97486Copy full SHA for 2d97486
1 file changed
src/ruleset_loading.jl
@@ -57,7 +57,7 @@ and excluding rules that require a particular `RuleConfig`.
57
"""
58
function _rule_list(rule_kind)
59
return Iterators.filter(methods(rule_kind)) do m
60
- !_is_fallback(rule_kind, m) && !_requires_config(m)
+ return !_is_fallback(rule_kind, m) && !_requires_config(m)
61
end
62
63
0 commit comments