Maintenance: Activated rubocop Style/MethodDefParentheses.
This commit is contained in:
parent
d4732f7d9a
commit
5217384162
1 changed files with 0 additions and 6 deletions
|
@ -108,12 +108,6 @@ Style/DefWithParentheses:
|
||||||
Description: 'Use def with parentheses when there are arguments.'
|
Description: 'Use def with parentheses when there are arguments.'
|
||||||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#method-parens'
|
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#method-parens'
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Style/MethodDefParentheses:
|
|
||||||
Description: >-
|
|
||||||
Checks if the method definitions have or don't have
|
|
||||||
parentheses.
|
|
||||||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#method-parens'
|
|
||||||
Enabled: false
|
|
||||||
|
|
||||||
Layout/HashAlignment:
|
Layout/HashAlignment:
|
||||||
Description: >-
|
Description: >-
|
||||||
|
|
Loading…
Reference in a new issue