We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59885f4 commit 960b745Copy full SHA for 960b745
.rubocop.yml
@@ -10,7 +10,6 @@ inherit_gem:
10
AllCops:
11
TargetRubyVersion: 2.7
12
Exclude:
13
- - debug.rb
14
- dev/**/*
15
16
# The `ConfigValidator` class is a DSL, let it be
@@ -20,11 +19,6 @@ Metrics/PerceivedComplexity: { Exclude: [lib/bashly/config_validator.rb] }
20
19
Metrics/MethodLength: { Exclude: [lib/bashly/config_validator.rb] }
21
Style/GuardClause: { Exclude: [lib/bashly/config_validator.rb] }
22
23
-# Allow longer blocks
24
-Metrics/BlockLength:
25
- Exclude:
26
- - helpers/release.rb
27
-
28
# Allow irregular filenames in some cases
29
RSpec/FilePath:
30
0 commit comments