diff options
author | Go MAEDA <maeda@farend.jp> | 2020-10-20 14:44:12 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-10-20 14:44:12 +0000 |
commit | 84a4a4f8eda863750527a9254d0eddb1f0d63b83 (patch) | |
tree | 2808d8bc9264124b77dd36867e7b7e85928d7b27 /.rubocop_todo.yml | |
parent | b59af050cbb925fdc877de6a6005da183690f7e7 (diff) | |
download | redmine-84a4a4f8eda863750527a9254d0eddb1f0d63b83.tar.gz redmine-84a4a4f8eda863750527a9254d0eddb1f0d63b83.zip |
Fix a RuboCop offence Style/MethodDefParentheses (#32530).
git-svn-id: http://svn.redmine.org/redmine/trunk@20152 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index b6a9a0cd4..8458b87ca 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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' |