diff options
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 10 |
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 |