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 f81132f commit cd63db6Copy full SHA for cd63db6
1 file changed
.rubocop.yml
@@ -2,7 +2,7 @@ inherit_gem:
2
rubocop-standard:
3
- config/default.yml
4
5
-require:
+plugins:
6
- rubocop-rspec
7
8
Naming/FileName:
@@ -14,8 +14,11 @@ RSpec/AnyInstance:
14
RSpec/ExampleLength:
15
Enabled: false
16
17
-RSpec/FilePath:
18
- Enabled: false
+# RSpec/SpecFilePathFormat:
+# Enabled: false
19
+
20
+# RSpec/SpecFilePathSuffix:
21
22
23
RSpec/MultipleExpectations:
24
0 commit comments