diff options
author | Go MAEDA <maeda@farend.jp> | 2021-02-17 13:47:34 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-02-17 13:47:34 +0000 |
commit | f8d96bb3598f4d3ffcdb0c4b8325e80ad9541128 (patch) | |
tree | 9780d71a1f5a680048eb1315aaf80ad34f5cbeb9 /.rubocop_todo.yml | |
parent | f97b9f0fe6231ebb7796634088ccd9523c60f3aa (diff) | |
download | redmine-f8d96bb3598f4d3ffcdb0c4b8325e80ad9541128.tar.gz redmine-f8d96bb3598f4d3ffcdb0c4b8325e80ad9541128.zip |
Update RuboCop to 1.10.0 (#32530).
git-svn-id: http://svn.redmine.org/redmine/trunk@20751 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 7579035a7..4b2da87ba 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config --exclude-limit 20 --no-offense-counts --no-auto-gen-timestamp` -# using RuboCop version 1.9.1. +# using RuboCop version 1.10.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new @@ -1197,6 +1197,7 @@ Style/EmptyElse: Style/EmptyMethod: Enabled: false +# Cop supports --auto-correct. Style/EvalWithLocation: Exclude: - 'app/helpers/attachments_helper.rb' @@ -1246,6 +1247,11 @@ Style/HashAsLastArrayItem: - 'app/models/board.rb' # Cop supports --auto-correct. +Style/HashConversion: + Exclude: + - 'lib/redmine/scm/adapters/mercurial_adapter.rb' + +# Cop supports --auto-correct. Style/HashEachMethods: Exclude: - 'app/controllers/application_controller.rb' |