Skip to content

Commit f241e44

Browse files
committed
Sort alphabetically
1 parent af7828a commit f241e44

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.rubocop.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ AllCops:
1616
Layout/HashAlignment:
1717
Enabled: false
1818

19-
Metrics/BlockLength:
20-
Exclude:
21-
- rubocop-rspec.gemspec
22-
- Rakefile
23-
- '**/*.rake'
24-
- spec/**/*.rb
25-
26-
Naming/FileName:
27-
Exclude:
28-
- lib/rubocop-rspec.rb
29-
3019
Layout/LineLength:
3120
Max: 80 # default: 120
3221

@@ -45,6 +34,17 @@ Lint/InterpolationCheck:
4534
Exclude:
4635
- spec/**/*.rb
4736

37+
Metrics/BlockLength:
38+
Exclude:
39+
- rubocop-rspec.gemspec
40+
- Rakefile
41+
- '**/*.rake'
42+
- spec/**/*.rb
43+
44+
Naming/FileName:
45+
Exclude:
46+
- lib/rubocop-rspec.rb
47+
4848
RSpec/ExampleLength:
4949
Max: 30
5050

0 commit comments

Comments
 (0)