summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-23 09:03:44 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-23 09:03:44 +0000
commitdd6adffa8bb93c1b370bbea970467ec3698d1e54 (patch)
tree31b99d5501dab4845a4d87e041135c4665756192 /.rubocop_todo.yml
parentc010ac7fcb3a2bbebb37ac6f34408d010f81a92c (diff)
downloadredmine-dd6adffa8bb93c1b370bbea970467ec3698d1e54.tar.gz
redmine-dd6adffa8bb93c1b370bbea970467ec3698d1e54.zip
cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/field_format/version_field_format_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19186 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 9ea4a96b4..13c071e7f 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -21,7 +21,6 @@ Layout/AlignArguments:
- 'test/integration/api_test/wiki_pages_test.rb'
- 'test/test_helper.rb'
- 'test/unit/changeset_test.rb'
- - 'test/unit/lib/redmine/field_format/version_field_format_test.rb'
- 'test/unit/lib/redmine/wiki_formatting/html_parser_test.rb'
- 'test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb'
- 'test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb'