Fix a RuboCop offence Style/MethodDefParentheses (#32530).

git-svn-id: http://svn.redmine.org/redmine/trunk@20152 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-10-20 14:44:12 +00:00
parent b59af050cb
commit 84a4a4f8ed
2 changed files with 1 additions and 8 deletions

View File

@@ -1152,13 +1152,6 @@ Style/MethodCallWithoutArgsParentheses:
- 'lib/redmine/scm/adapters/cvs_adapter.rb'
- 'lib/redmine/scm/adapters/filesystem_adapter.rb'
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: require_parentheses, require_no_parentheses, require_no_parentheses_except_multiline
Style/MethodDefParentheses:
Exclude:
- 'lib/redmine/menu_manager.rb'
Style/MethodMissingSuper:
Exclude:
- 'lib/redmine/views/builders/structure.rb'