diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-07 02:02:40 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-07 02:02:40 +0000 |
commit | 3c5d5df196537f9e7349966620be852271bc96c2 (patch) | |
tree | 156c866461113614cac9250e46792bf4401874f8 /.rubocop_todo.yml | |
parent | cf0a40b28f22936cd647134ef42e940cf379dfee (diff) | |
download | redmine-3c5d5df196537f9e7349966620be852271bc96c2.tar.gz redmine-3c5d5df196537f9e7349966620be852271bc96c2.zip |
rubocop: remove test/functional/issues_controller_test.rb from Layout/IndentHeredoc and Layout/IndentationConsistency fixed by r18593
git-svn-id: http://svn.redmine.org/redmine/trunk@18603 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ff9f9fcea..52d092c3f 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -58,7 +58,6 @@ Layout/BlockAlignment: - 'app/models/principal.rb' - 'app/models/project.rb' - 'app/models/time_entry.rb' - - 'test/functional/issues_controller_test.rb' - 'test/unit/lib/redmine/menu_manager/mapper_test.rb' - 'test/unit/lib/redmine/menu_manager/menu_helper_test.rb' @@ -295,7 +294,6 @@ Layout/IndentHeredoc: Layout/IndentationConsistency: Exclude: - 'app/models/attachment.rb' - - 'test/functional/issues_controller_test.rb' - 'test/functional/project_enumerations_controller_test.rb' - 'test/helpers/application_helper_test.rb' - 'test/integration/api_test/custom_fields_attribute_test.rb' |