diff options
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 45d8bec..29b5448 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -79,3 +79,7 @@ Layout/IndentHeredoc: - 'examples/page_and_wrap.rb' - 'highline.gemspec' - 'test/acceptance/acceptance.rb' + +# Cop supports --auto-correct. +Lint/ScriptPermission: + Enabled: false |