From: Toshi MARUYAMA Date: Mon, 7 Oct 2019 02:32:36 +0000 (+0000) Subject: rubocop: remove test/integration/attachments_test.rb from Layout/EmptyLinesAroundExce... X-Git-Tag: 4.1.0~485 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=78b1838b68202ffdf1536d10a7a8c753a9269228;p=redmine.git 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 --- 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: