Maintenance: Activated rubocop Layout/SpaceAfterMethodName.
This commit is contained in:
parent
e63510c4d0
commit
d4732f7d9a
4 changed files with 3 additions and 10 deletions
|
@ -86,13 +86,6 @@ Layout/SpaceInsideParens:
|
||||||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-spaces-braces'
|
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-spaces-braces'
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Layout/SpaceAfterMethodName:
|
|
||||||
Description: >-
|
|
||||||
Do not put a space between a method name and the opening
|
|
||||||
parenthesis in a method definition.
|
|
||||||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#parens-no-spaces'
|
|
||||||
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