Skip to content

Commit 41c18c4

Browse files
committed
Update rubocop config
1 parent cfe1297 commit 41c18c4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.rubocop.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ AllCops:
44
- 'lib/generators/**/*'
55
- 'db/seeds.rb'
66

7-
require: rubocop-rails
7+
plugins:
8+
- rubocop-rails
9+
- rubocop-rspec
810

911
Layout/SpaceAroundOperators:
1012
AllowForAlignment: false
@@ -88,7 +90,7 @@ Naming/ConstantName:
8890
Naming/MethodName:
8991
Enabled: false
9092

91-
Naming/PredicateName:
93+
Naming/PredicatePrefix:
9294
Enabled: false
9395

9496
Lint/AssignmentInCondition:

0 commit comments

Comments
 (0)