1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

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
This commit is contained in:
Toshi MARUYAMA 2019-09-20 18:12:59 +00:00
parent 8f05374f49
commit a02f498275

View File

@ -590,11 +590,6 @@ Lint/ParenthesesAsGroupedExpression:
- 'test/unit/attachment_test.rb' - 'test/unit/attachment_test.rb'
- 'test/unit/lib/redmine/export/pdf_test.rb' - 'test/unit/lib/redmine/export/pdf_test.rb'
# Cop supports --auto-correct.
Lint/ScriptPermission:
Exclude:
- 'Rakefile'
Lint/ShadowingOuterLocalVariable: Lint/ShadowingOuterLocalVariable:
Enabled: false Enabled: false