Skip to content

Commit a068470

Browse files
committed
Disable the BlockLength cop for RSpec files
1 parent 85fba83 commit a068470

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ Style/RaiseArgs:
2121

2222
Lint/UnneededDisable:
2323
Enabled: false
24+
25+
Metrics/BlockLength:
26+
Exclude:
27+
- spec/**/*_spec.rb

0 commit comments

Comments
 (0)