diff options
-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' |