Merge pull request #1498 from divyanshumehta/issue_1497
Added Style/SpaceInsideBrackets Rubocop cop
This commit is contained in:
commit
53040b3be9
5 changed files with 8 additions and 11 deletions
|
|
@ -813,13 +813,6 @@ Style/SpaceInsideBlockBraces:
|
|||
- 'spec/models/ability_spec.rb'
|
||||
- 'spec/models/user_spec.rb'
|
||||
|
||||
# Offense count: 5
|
||||
# Cop supports --auto-correct.
|
||||
Style/SpaceInsideBrackets:
|
||||
Exclude:
|
||||
- 'app/models/conference.rb'
|
||||
- 'app/models/user.rb'
|
||||
|
||||
# Offense count: 25
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SupportedStylesForEmptyBraces.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue