summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-09-01 00:46:53 +0000
committerGo MAEDA <maeda@farend.jp>2024-09-01 00:46:53 +0000
commitba30a2d35f026ff6e262979e790f85cce24743ac (patch)
treed93b51018b4681faaaade8b6961a564b18fc59d6 /.rubocop_todo.yml
parent987a36281a010ea1589e13a9d495252866e3e2db (diff)
downloadredmine-ba30a2d35f026ff6e262979e790f85cce24743ac.tar.gz
redmine-ba30a2d35f026ff6e262979e790f85cce24743ac.zip
Regenerate .rubocop_todo.yml (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@23003 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 5c196e8b7..c2c600519 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.65.0.
+# using RuboCop version 1.65.1.
# 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
@@ -32,7 +32,6 @@ Layout/EmptyLineAfterGuardClause:
Layout/EmptyLines:
Exclude:
- 'config/routes.rb'
- - 'db/migrate/001_setup.rb'
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowAliasSyntax, AllowedMethods.
@@ -114,7 +113,6 @@ Layout/SpaceAfterNot:
- 'app/controllers/application_controller.rb'
- 'app/models/repository/cvs.rb'
- 'app/models/repository/git.rb'
- - 'lib/redmine/codeset_util.rb'
- 'test/functional/account_controller_test.rb'
- 'test/functional/documents_controller_test.rb'
- 'test/functional/repositories_git_controller_test.rb'
@@ -671,12 +669,6 @@ Security/IoMethods:
- 'test/functional/mail_handler_controller_test.rb'
- 'test/unit/mail_handler_test.rb'
-# This cop supports unsafe autocorrection (--autocorrect-all).
-Security/YAMLLoad:
- Exclude:
- - 'Gemfile'
- - 'lib/redmine/configuration.rb'
-
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: separated, grouped