Skip to content

Commit daa0969

Browse files
committed
order by cop name
1 parent 0d71d2a commit daa0969

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.rubocop.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ Metrics/BlockLength:
3939
- "*.gemspec"
4040
- "**/*_spec.rb"
4141

42+
Metrics/ClassLength:
43+
Exclude:
44+
- "**/*_test.rb"
45+
4246
Metrics/CyclomaticComplexity:
4347
Max: 13
4448

4549
Metrics/PerceivedComplexity:
4650
Max: 11
4751

48-
Metrics/ClassLength:
49-
Exclude:
50-
- "**/*_test.rb"
51-
5252
Style/Documentation:
5353
Exclude:
5454
- "**/*_test.rb"

0 commit comments

Comments
 (0)