Disable Style/BracesAroundHashParameters

This commit is contained in:
Douwe Maan 2017-02-21 18:50:26 -06:00
parent baafd8de26
commit b2da462308
2 changed files with 3 additions and 8 deletions

View File

@ -952,7 +952,9 @@ Style/AlignParameters:
Style/BarePercentLiterals:
Enabled: true
EnforcedStyle: bare_percent
Style/BracesAroundHashParameters:
Enabled: false
Style/CaseEquality:
Enabled: false

View File

@ -38,13 +38,6 @@ RSpec/SingleArgumentMessageChain:
Exclude:
- 'spec/requests/api/internal_spec.rb'
# Offense count: 399
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: braces, no_braces, context_dependent
Style/BracesAroundHashParameters:
Enabled: false
# Offense count: 33
# Cop supports --auto-correct.
Style/ColonMethodCall: