Maintenance: Activated rubocop Layout/SpaceInsideParens.
This commit is contained in:
parent
5243efbc25
commit
916bb77066
96 changed files with 305 additions and 310 deletions
|
@ -81,11 +81,6 @@ Style/RescueStandardError:
|
|||
Enabled: true
|
||||
EnforcedStyle: implicit
|
||||
|
||||
Layout/SpaceInsideParens:
|
||||
Description: 'No spaces after ( or before ).'
|
||||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-spaces-braces'
|
||||
Enabled: false
|
||||
|
||||
Layout/LeadingCommentSpace:
|
||||
Description: 'Comments should start with a space.'
|
||||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#hash-space'
|
||||
|
|
Loading…
Reference in a new issue