diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-07 02:32:36 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-07 02:32:36 +0000 |
commit | 78b1838b68202ffdf1536d10a7a8c753a9269228 (patch) | |
tree | 89655d389903f0117bd4ec8c7440e7d81ba59bf7 | |
parent | 3c5d5df196537f9e7349966620be852271bc96c2 (diff) | |
download | redmine-78b1838b68202ffdf1536d10a7a8c753a9269228.tar.gz redmine-78b1838b68202ffdf1536d10a7a8c753a9269228.zip |
rubocop: remove test/integration/attachments_test.rb from Layout/EmptyLinesAroundExceptionHandling fixed by r18593
git-svn-id: http://svn.redmine.org/redmine/trunk@18604 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 52d092c3f..83d4cc884 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -210,7 +210,6 @@ Layout/EmptyLinesAroundExceptionHandlingKeywords: - 'app/controllers/imports_controller.rb' - 'app/controllers/wiki_controller.rb' - 'test/functional/settings_controller_test.rb' - - 'test/integration/attachments_test.rb' # Cop supports --auto-correct. Layout/EmptyLinesAroundMethodBody: |