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 af7828a commit f241e44Copy full SHA for f241e44
.rubocop.yml
@@ -16,17 +16,6 @@ AllCops:
16
Layout/HashAlignment:
17
Enabled: false
18
19
-Metrics/BlockLength:
20
- Exclude:
21
- - rubocop-rspec.gemspec
22
- - Rakefile
23
- - '**/*.rake'
24
- - spec/**/*.rb
25
-
26
-Naming/FileName:
27
28
- - lib/rubocop-rspec.rb
29
30
Layout/LineLength:
31
Max: 80 # default: 120
32
@@ -45,6 +34,17 @@ Lint/InterpolationCheck:
45
34
Exclude:
46
35
- spec/**/*.rb
47
36
37
+Metrics/BlockLength:
38
+ Exclude:
39
+ - rubocop-rspec.gemspec
40
+ - Rakefile
41
+ - '**/*.rake'
42
+ - spec/**/*.rb
43
+
44
+Naming/FileName:
+ - lib/rubocop-rspec.rb
48
RSpec/ExampleLength:
49
Max: 30
50
0 commit comments