1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-11 13:15:20 +00:00

Regenerate .rubocop_todo.yml (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22148 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2023-03-24 09:36:08 +00:00
parent fe71cb5bbe
commit 064d58e6e3

View File

@ -326,10 +326,6 @@ Lint/Loop:
Exclude:
- 'lib/redmine/helpers/gantt.rb'
Lint/MissingSuper:
Exclude:
- 'lib/redmine/twofa/base.rb'
Lint/MixedRegexpCaptureTypes:
Exclude:
- 'app/helpers/application_helper.rb'
@ -739,9 +735,6 @@ Rails/Presence:
- 'lib/redmine/codeset_util.rb'
- 'lib/redmine/i18n.rb'
- 'lib/redmine/scm/adapters/abstract_adapter.rb'
- 'lib/redmine/scm/adapters/filesystem_adapter.rb'
- 'lib/redmine/scm/adapters/git_adapter.rb'
- 'lib/redmine/scm/adapters/mercurial_adapter.rb'
- 'lib/redmine/sort_criteria.rb'
# This cop supports safe autocorrection (--autocorrect).