summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-02-14 23:52:55 +0000
committerGo MAEDA <maeda@farend.jp>2023-02-14 23:52:55 +0000
commit9d38aeb9a5d53b45879e81f59452fd06344b0a8c (patch)
treee4a60ba13c9d5d56ee49de4adf4ff582750f3c84
parent257b774c53d21fc14f4ed3315d38bdc3c1ba3580 (diff)
downloadredmine-9d38aeb9a5d53b45879e81f59452fd06344b0a8c.tar.gz
redmine-9d38aeb9a5d53b45879e81f59452fd06344b0a8c.zip
Regenerate .rubocop_todo.yml (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@22107 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--.rubocop_todo.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 425daddb4..06310090e 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.44.0.
+# using RuboCop version 1.44.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
@@ -882,7 +882,6 @@ Security/Open:
Security/YAMLLoad:
Exclude:
- 'Gemfile'
- - 'app/models/setting.rb'
- 'lib/redmine/configuration.rb'
# This cop supports safe autocorrection (--autocorrect).
@@ -1017,7 +1016,6 @@ Style/CollectionCompact:
Style/ColonMethodCall:
Exclude:
- 'app/controllers/admin_controller.rb'
- - 'app/models/setting.rb'
- 'lib/redmine/configuration.rb'
- 'lib/redmine/export/pdf.rb'
- 'lib/redmine/wiki_formatting.rb'