diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-09-25 17:55:26 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-09-25 17:55:26 +0000 |
commit | ea3c11bf3285b86be9404dcf1816a0d339f989e0 (patch) | |
tree | 0ad599c98b8596919de26f361281eb5af6e7cc1d /.rubocop_todo.yml | |
parent | 2e1da01790ff13d267ef0328b611145b7c064060 (diff) | |
download | redmine-ea3c11bf3285b86be9404dcf1816a0d339f989e0.tar.gz redmine-ea3c11bf3285b86be9404dcf1816a0d339f989e0.zip |
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in test/integration/api_test/issues_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18538 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 2da61b664..23eaf8edf 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -89,7 +89,6 @@ Layout/ClosingHeredocIndentation: Exclude: - 'app/models/setting.rb' - 'test/helpers/application_helper_test.rb' - - 'test/integration/api_test/issues_test.rb' - 'test/integration/lib/redmine/hook_test.rb' - 'test/unit/lib/redmine/unified_diff_test.rb' - 'test/unit/lib/redmine/wiki_formatting/macros_test.rb' |