We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe1297 commit 41c18c4Copy full SHA for 41c18c4
1 file changed
.rubocop.yml
@@ -4,7 +4,9 @@ AllCops:
4
- 'lib/generators/**/*'
5
- 'db/seeds.rb'
6
7
-require: rubocop-rails
+plugins:
8
+ - rubocop-rails
9
+ - rubocop-rspec
10
11
Layout/SpaceAroundOperators:
12
AllowForAlignment: false
@@ -88,7 +90,7 @@ Naming/ConstantName:
88
90
Naming/MethodName:
89
91
Enabled: false
92
-Naming/PredicateName:
93
+Naming/PredicatePrefix:
94
95
96
Lint/AssignmentInCondition:
0 commit comments