summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2021-10-24 10:05:03 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2021-10-24 10:05:03 +0000
commit81273a9128f94420c9404eb6670412d758bcb768 (patch)
treef131215b66cde431659179b1e94c26500139d3d0 /.rubocop_todo.yml
parentdcf69e509a9342f1c493303a8b0a4bee278e00b0 (diff)
downloadredmine-81273a9128f94420c9404eb6670412d758bcb768.tar.gz
redmine-81273a9128f94420c9404eb6670412d758bcb768.zip
Extract @Diff@ and @DiffTable@ from @lib/redmine/unified_diff.rb@ to their own files (#29914, #32938).
git-svn-id: http://svn.redmine.org/redmine/trunk@21259 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 5453038c1..52d8f2679 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -333,6 +333,7 @@ Lint/MissingSuper:
- 'lib/redmine/syntax_highlighting.rb'
- 'lib/redmine/twofa/base.rb'
- 'lib/redmine/unified_diff.rb'
+ - 'lib/redmine/diff_table.rb'
- 'lib/redmine/views/builders/structure.rb'
- 'lib/redmine/wiki_formatting/html_parser.rb'
@@ -841,6 +842,8 @@ Rails/Output:
- 'app/models/mail_handler.rb'
- 'config/routes.rb'
- 'lib/redmine/unified_diff.rb'
+ - 'lib/redmine/diff_table.rb'
+ - 'lib/redmine/diff.rb'
Rails/OutputSafety:
Enabled: false
@@ -1028,6 +1031,7 @@ Style/AccessorGrouping:
- 'app/models/user.rb'
- 'lib/redmine/helpers/gantt.rb'
- 'lib/redmine/unified_diff.rb'
+ - 'lib/redmine/diff.rb'
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
@@ -1100,6 +1104,7 @@ Style/CaseLikeIf:
- 'lib/redmine/scm/adapters/cvs_adapter.rb'
- 'lib/redmine/scm/adapters/git_adapter.rb'
- 'lib/redmine/unified_diff.rb'
+ - 'lib/redmine/diff_table.rb'
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
@@ -1841,6 +1846,7 @@ Style/UnlessElse:
- 'app/controllers/trackers_controller.rb'
- 'lib/redmine/scm/adapters/abstract_adapter.rb'
- 'lib/redmine/unified_diff.rb'
+ - 'lib/redmine/diff_table.rb'
# Cop supports --auto-correct.
Style/VariableInterpolation: