diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-09 07:39:13 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-09 07:39:13 +0000 |
commit | 7427a19ce5a9cb17cc63ac94fa917fe900929c25 (patch) | |
tree | a8ae0f1ab53c63b28b59f804b9cc0f54f41a4c44 | |
parent | 39352f8208892bcf493a1289a55271320376b630 (diff) | |
download | redmine-7427a19ce5a9cb17cc63ac94fa917fe900929c25.tar.gz redmine-7427a19ce5a9cb17cc63ac94fa917fe900929c25.zip |
rubocop: remove test/functional/project_enumerations_controller_test.rb from Layout/IndentationConsistency fixed by r18636
git-svn-id: http://svn.redmine.org/redmine/trunk@18639 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 a8581835a..bd6c71da2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -287,7 +287,6 @@ Layout/IndentHeredoc: Layout/IndentationConsistency: Exclude: - 'app/models/attachment.rb' - - 'test/functional/project_enumerations_controller_test.rb' - 'test/helpers/application_helper_test.rb' - 'test/integration/api_test/custom_fields_attribute_test.rb' - 'test/mocks/open_id_authentication_mock.rb' |