mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Fix config for recent rubocop.
This commit is contained in:
parent
56d096d249
commit
1c264c0974
1 changed files with 3 additions and 6 deletions
|
@ -184,12 +184,9 @@ Style/HashSyntax:
|
|||
Style/IfUnlessModifier:
|
||||
Enabled: false
|
||||
|
||||
# TODO: configure
|
||||
# Offense count: 6
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
||||
Layout/IndentHash:
|
||||
Enabled: false
|
||||
Layout/IndentFirstHashElement:
|
||||
Exclude:
|
||||
- 'spec/**/*.rb'
|
||||
|
||||
# NOTABUG
|
||||
# Offense count: 19
|
||||
|
|
Loading…
Add table
Reference in a new issue