]> source.dussan.org Git - redmine.git/commitdiff
code cleanup: rubocop: fix Lint/ScriptPermission of Rakefile fixed by r18493
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 20 Sep 2019 18:12:59 +0000 (18:12 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 20 Sep 2019 18:12:59 +0000 (18:12 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18494 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml

index 8507358f518bbbba421fb229ef7fe3f584afd9a1..fa181de1eb0e81b6d15539daeac763a730c083c5 100644 (file)
@@ -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