Skip to content
Snippets Groups Projects
Commit b2da4623 authored by Douwe Maan's avatar Douwe Maan
Browse files

Disable Style/BracesAroundHashParameters

parent baafd8de
No related branches found
No related tags found
No related merge requests found
Loading
@@ -952,7 +952,9 @@ Style/AlignParameters:
Loading
@@ -952,7 +952,9 @@ Style/AlignParameters:
   
Style/BarePercentLiterals: Style/BarePercentLiterals:
Enabled: true Enabled: true
EnforcedStyle: bare_percent
Style/BracesAroundHashParameters:
Enabled: false
   
Style/CaseEquality: Style/CaseEquality:
Enabled: false Enabled: false
Loading
Loading
Loading
@@ -38,13 +38,6 @@ RSpec/SingleArgumentMessageChain:
Loading
@@ -38,13 +38,6 @@ RSpec/SingleArgumentMessageChain:
Exclude: Exclude:
- 'spec/requests/api/internal_spec.rb' - '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 # Offense count: 33
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/ColonMethodCall: Style/ColonMethodCall:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment