Skip to content

Commit ce0c063

Browse files
committed
Update rubocop syntax
1 parent a9dd683 commit ce0c063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.rubocop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require: rubocop-rspec
1+
plugins: rubocop-rspec
22
inherit_from: .rubocop_todo.yml
33

44
AllCops:
@@ -61,5 +61,5 @@ RSpec/ExampleLength:
6161
Max: 15
6262
RSpec/NestedGroups:
6363
Max: 5
64-
RSpec/FilePath:
65-
Enabled: false
64+
# RSpec/FilePath:
65+
# Enabled: false

0 commit comments

Comments
 (0)