Maintenance: Activated rubocop Style/MethodDefParentheses.

This commit is contained in:
Thorsten Eckel 2021-07-16 15:53:30 +02:00 committed by Martin Gruner
parent d4732f7d9a
commit 5217384162

View file

@ -108,12 +108,6 @@ Style/DefWithParentheses:
Description: 'Use def with parentheses when there are arguments.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#method-parens'
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:
Description: >-