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 bd14bd5 commit e7fc336Copy full SHA for e7fc336
.rubocop.yml
@@ -20,8 +20,14 @@ Metrics/PerceivedComplexity: { Exclude: [lib/bashly/config_validator.rb] }
20
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
Exclude:
31
- 'spec/bashly/concerns/completions_command_spec.rb'
32
- 'spec/bashly/concerns/completions_flag_spec.rb'
33
0 commit comments