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