diff options
author | Go MAEDA <maeda@farend.jp> | 2023-04-16 10:24:34 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-04-16 10:24:34 +0000 |
commit | 0b59699ef676abdfe217c03c11c0c16c7e587083 (patch) | |
tree | 1ed7e68b510194c120bca7b29d45340dd3f22fc3 /.rubocop_todo.yml | |
parent | 95f3b5cf3844433ab860d32a1e1fbee341c51392 (diff) | |
download | redmine-0b59699ef676abdfe217c03c11c0c16c7e587083.tar.gz redmine-0b59699ef676abdfe217c03c11c0c16c7e587083.zip |
Regenerate .rubocop_todo.yml (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@22199 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8aa6e0e84..09061594f 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.50.0. +# using RuboCop version 1.50.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 @@ -104,7 +104,6 @@ Layout/EmptyLinesAroundModuleBody: - 'app/helpers/routes_helper.rb' - 'app/helpers/timelog_helper.rb' - 'app/helpers/trackers_helper.rb' - - 'app/helpers/versions_helper.rb' - 'app/helpers/watchers_helper.rb' - 'lib/redmine/access_control.rb' - 'lib/redmine/activity.rb' |