mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
Regenerate .rubocop_todo.yml (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@23003 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
987a36281a
commit
ba30a2d35f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user