diff options
author | Abinoam P. Marques Jr <abinoam@gmail.com> | 2017-09-24 23:53:30 -0300 |
---|---|---|
committer | Abinoam P. Marques Jr <abinoam@gmail.com> | 2017-09-25 06:51:01 -0300 |
commit | 4f16e41370fed10d2a7ebcae9b4a9262e8af972f (patch) | |
tree | 3a510feb0a459f38bc2cd15f7f896864390b9750 /.rubocop.yml | |
parent | 4c37fca6e52c4ede457565fab88902debfe9a1ca (diff) | |
download | highline-4f16e41370fed10d2a7ebcae9b4a9262e8af972f.tar.gz |
Don't change script permissions
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 |