diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-23 09:03:33 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-23 09:03:33 +0000 |
commit | c010ac7fcb3a2bbebb37ac6f34408d010f81a92c (patch) | |
tree | 7bc06ff013e602353603020c460be22fc5daf71e /.rubocop_todo.yml | |
parent | aace24e5619779af926ab241ee6580dbfd2a1b72 (diff) | |
download | redmine-c010ac7fcb3a2bbebb37ac6f34408d010f81a92c.tar.gz redmine-c010ac7fcb3a2bbebb37ac6f34408d010f81a92c.zip |
cleanup: rubocop: fix Layout/AlignArguments in test/functional/journals_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19185 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index cab668925..9ea4a96b4 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -13,7 +13,6 @@ Layout/AlignArguments: Exclude: - 'config/application.rb' - 'lib/redmine/scm/adapters/bazaar_adapter.rb' - - 'test/functional/journals_controller_test.rb' - 'test/integration/api_test/attachments_test.rb' - 'test/integration/api_test/groups_test.rb' - 'test/integration/api_test/issue_relations_test.rb' |