.rubocop.yml: brew style fixes.
- uncomment `ModuleLength` disable. - don't enforce hash rockets for external commands
This commit is contained in:
parent
720df73b17
commit
b34994b085
@ -77,8 +77,8 @@ Metrics/CyclomaticComplexity:
|
||||
Enabled: false
|
||||
Metrics/MethodLength:
|
||||
Enabled: false
|
||||
# Metrics/ModuleLength:
|
||||
# Enabled: false
|
||||
Metrics/ModuleLength:
|
||||
Enabled: false
|
||||
Metrics/PerceivedComplexity:
|
||||
Enabled: false
|
||||
|
||||
@ -109,6 +109,8 @@ Style/GuardClause:
|
||||
# depends_on a: :b looks weird in formulae.
|
||||
Style/HashSyntax:
|
||||
EnforcedStyle: hash_rockets
|
||||
Exclude:
|
||||
- '**/cmd/*.rb'
|
||||
|
||||
# ruby style guide favorite
|
||||
Style/StringLiterals:
|
||||
|
Loading…
x
Reference in New Issue
Block a user