Skip to content

Commit e7fc336

Browse files
committed
rubocop update
1 parent bd14bd5 commit e7fc336

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
@@ -20,8 +20,14 @@ Metrics/PerceivedComplexity: { Exclude: [lib/bashly/config_validator.rb] }
2020
Metrics/MethodLength: { Exclude: [lib/bashly/config_validator.rb] }
2121
Style/GuardClause: { Exclude: [lib/bashly/config_validator.rb] }
2222

23+
# Allow longer blocks
24+
Metrics/BlockLength:
25+
Exclude:
26+
- helpers/release.rb
27+
2328
# Allow irregular filenames in some cases
2429
RSpec/FilePath:
2530
Exclude:
2631
- 'spec/bashly/concerns/completions_command_spec.rb'
2732
- 'spec/bashly/concerns/completions_flag_spec.rb'
33+

0 commit comments

Comments
 (0)