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
|
Enabled: true
|
||||||
EnforcedStyle: implicit
|
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:
|
Layout/LeadingCommentSpace:
|
||||||
Description: 'Comments should start with a space.'
|
Description: 'Comments should start with a space.'
|
||||||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#hash-space'
|
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#hash-space'
|
||||||
|
|
Loading…
Reference in a new issue