summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2021-11-17 23:50:38 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2021-11-17 23:50:38 +0000
commit0cb2d9cce43ac672c02c066160718b324580300c (patch)
tree132fef4ba890d074b852f1397b540de8ac821ad6 /.rubocop_todo.yml
parent34cb871b72063943ef5ae32595a8f7845cd8c7bb (diff)
downloadredmine-0cb2d9cce43ac672c02c066160718b324580300c.tar.gz
redmine-0cb2d9cce43ac672c02c066160718b324580300c.zip
Updates .rubocop_todo.yml (#29914, #32938).
git-svn-id: http://svn.redmine.org/redmine/trunk@21289 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 312964484..4b136778f 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -346,6 +346,7 @@ Lint/MixedRegexpCaptureTypes:
Lint/NonDeterministicRequireOrder:
Exclude:
- 'lib/redmine/core_ext.rb'
+ - 'lib/redmine/twofa.rb'
Lint/OutOfRangeRegexpRef:
Exclude:
@@ -1549,7 +1550,7 @@ Style/Proc:
- 'app/models/user.rb'
- 'app/models/wiki_content_version.rb'
- 'config/initializers/10-patches.rb'
- - 'lib/redmine.rb'
+ - 'lib/redmine/preparation.rb'
- 'test/integration/lib/redmine/menu_manager_test.rb'
- 'test/unit/lib/redmine/menu_manager/menu_helper_test.rb'
- 'test/unit/lib/redmine/menu_manager/menu_item_test.rb'