Skip to content

Commit cd63db6

Browse files
committed
update rubocop
1 parent f81132f commit cd63db6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.rubocop.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ inherit_gem:
22
rubocop-standard:
33
- config/default.yml
44

5-
require:
5+
plugins:
66
- rubocop-rspec
77

88
Naming/FileName:
@@ -14,8 +14,11 @@ RSpec/AnyInstance:
1414
RSpec/ExampleLength:
1515
Enabled: false
1616

17-
RSpec/FilePath:
18-
Enabled: false
17+
# RSpec/SpecFilePathFormat:
18+
# Enabled: false
19+
20+
# RSpec/SpecFilePathSuffix:
21+
# Enabled: false
1922

2023
RSpec/MultipleExpectations:
2124
Enabled: false

0 commit comments

Comments
 (0)