From: Toshi MARUYAMA Date: Fri, 20 Sep 2019 18:12:59 +0000 (+0000) Subject: code cleanup: rubocop: fix Lint/ScriptPermission of Rakefile fixed by r18493 X-Git-Tag: 4.1.0~586 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a02f498275e71fc21f1767f0c9f0077795db9ff6;p=redmine.git 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 --- 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