Merge pull request #5369 from MikeMcQuaid/brew-style-fixes

.rubocop.yml: brew style fixes.
This commit is contained in:
Mike McQuaid 2018-12-03 13:52:36 +01:00 committed by GitHub
commit 6ca3ca7552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: