From a02f498275e71fc21f1767f0c9f0077795db9ff6 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 20 Sep 2019 18:12:59 +0000 Subject: [PATCH] code cleanup: rubocop: fix Lint/ScriptPermission of Rakefile fixed by r18493 git-svn-id: http://svn.redmine.org/redmine/trunk@18494 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8507358f5..fa181de1e 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -590,11 +590,6 @@ Lint/ParenthesesAsGroupedExpression: - 'test/unit/attachment_test.rb' - 'test/unit/lib/redmine/export/pdf_test.rb' -# Cop supports --auto-correct. -Lint/ScriptPermission: - Exclude: - - 'Rakefile' - Lint/ShadowingOuterLocalVariable: Enabled: false