Skip to content

Commit d2a9d5e

Browse files
committed
long blocks are needed in some places
1 parent 42ff90c commit d2a9d5e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.rubocop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Lint/UnneededSplatExpansion:
1212
Metrics/AbcSize:
1313
Max: 30
1414

15+
Metrics/BlockLength:
16+
Exclude:
17+
- 'lib/image_optim/runner/option_parser.rb'
18+
- 'script/worker_analysis'
19+
- 'spec/**/*.rb'
20+
1521
Metrics/ClassLength:
1622
Max: 150
1723

0 commit comments

Comments
 (0)