Skip to content

Commit 960b745

Browse files
committed
rubocop cleanup
1 parent 59885f4 commit 960b745

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.rubocop.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ inherit_gem:
1010
AllCops:
1111
TargetRubyVersion: 2.7
1212
Exclude:
13-
- debug.rb
1413
- dev/**/*
1514

1615
# The `ConfigValidator` class is a DSL, let it be
@@ -20,11 +19,6 @@ Metrics/PerceivedComplexity: { Exclude: [lib/bashly/config_validator.rb] }
2019
Metrics/MethodLength: { Exclude: [lib/bashly/config_validator.rb] }
2120
Style/GuardClause: { Exclude: [lib/bashly/config_validator.rb] }
2221

23-
# Allow longer blocks
24-
Metrics/BlockLength:
25-
Exclude:
26-
- helpers/release.rb
27-
2822
# Allow irregular filenames in some cases
2923
RSpec/FilePath:
3024
Exclude:

0 commit comments

Comments
 (0)