We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9abd1 commit b0fa869Copy full SHA for b0fa869
.rubocop_rspec_base.yml
@@ -84,7 +84,7 @@ Style/PercentLiteralDelimiters:
84
85
# We have too many special cases where we allow generator methods or prefer a
86
# prefixed predicate due to it's improved readability.
87
-Naming/PredicateName:
+Naming/PredicatePrefix:
88
Enabled: false
89
90
# On 1.8 `proc` is `lambda`, so we use `Proc.new` to ensure we get real procs on all supported versions.
0 commit comments