Skip to content

Commit b992357

Browse files
committed
Update Rubocop config
1 parent 9990989 commit b992357

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.rubocop.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Metrics/AbcSize:
3737
Max: 32
3838
Metrics/BlockLength:
3939
ExcludedMethods:
40+
- as_both_colored_and_uncolored
4041
- build_expected_output
4142
- colored
4243
- colorize
@@ -57,10 +58,10 @@ Metrics/LineLength:
5758
Max: 80
5859
IgnoredPatterns:
5960
- "^\\s*RSpec.describe"
60-
- "^\\s*describe"
61+
- "^\\s*class [\\w:]+ < [\\w:]+"
6162
- "^\\s*context"
63+
- "^\\s*describe"
6264
- "^\\s*it"
63-
- "^\\s*class [\\w:]+ < [\\w:]+"
6465
Metrics/MethodLength:
6566
Enabled: false
6667
Metrics/ModuleLength:

0 commit comments

Comments
 (0)