diff options
author | Go MAEDA <maeda@farend.jp> | 2023-03-25 02:39:54 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-03-25 02:39:54 +0000 |
commit | 817d8100c1aecc28f5327f0c9b0e7f9fd54d04c8 (patch) | |
tree | ed1b205692b560f4cf3f7cd5462d8cd1876e8c40 /.rubocop_todo.yml | |
parent | c1c9a5039784a7d97e104c4ffd84695ff8a25823 (diff) | |
download | redmine-817d8100c1aecc28f5327f0c9b0e7f9fd54d04c8.tar.gz redmine-817d8100c1aecc28f5327f0c9b0e7f9fd54d04c8.zip |
Update RuboCop Rails to 2.18 (#37248).
git-svn-id: https://svn.redmine.org/redmine/trunk@22154 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 67ece8457..06404cd65 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -211,7 +211,6 @@ Layout/SpaceAfterNot: - 'test/functional/workflows_controller_test.rb' - 'test/unit/attachment_test.rb' - 'test/unit/lib/redmine/export/pdf_test.rb' - - 'test/unit/project_copy_test.rb' - 'test/unit/project_test.rb' - 'test/unit/query_test.rb' - 'test/unit/role_test.rb' @@ -483,7 +482,7 @@ Rails/ActiveRecordCallbacksOrder: - 'app/models/version.rb' - 'app/models/wiki_page.rb' -# Configuration parameters: Include. +# Configuration parameters: Severity, Include. # Include: app/models/**/*.rb Rails/ActiveRecordOverride: Exclude: @@ -545,6 +544,7 @@ Rails/CreateTableWithTimestamps: Rails/Date: Enabled: false +# Configuration parameters: Severity. Rails/DuplicateScope: Exclude: - 'app/models/enumeration.rb' @@ -571,10 +571,9 @@ Rails/Exit: - 'config/routes.rb' # This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: Include, AllowedMethods, AllowedPatterns, IgnoredMethods. +# Configuration parameters: Include, AllowedMethods, AllowedPatterns. # Include: app/models/**/*.rb # AllowedMethods: order, limit, select, lock -# IgnoredMethods: order, limit, select, lock Rails/FindEach: Exclude: - 'app/models/auth_source.rb' |