summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2018-02-01 10:56:29 +0100
committerVít Ondruch <vondruch@redhat.com>2018-02-01 17:38:50 +0100
commit894286896cd0ff70000296a162d812efcddcaa1f (patch)
tree6bf9478d88d964d89002f70debbf707727d589dc /.rubocop.yml
parentdb3e04cd00179fc6f52f76673dea48fab9ee4b0b (diff)
downloadbundler-894286896cd0ff70000296a162d812efcddcaa1f.tar.gz
Remove unnecessary executable bit from gem template.
This file is not executable at all, since the shebang line contains just placeholder for template expansion. Please not that the RuboCop check is disabled on purpose, because the executable bit of generated executables is set by other code, not by the permissions on this template file.
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index f12289800a..a6412ecb13 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -21,6 +21,10 @@ Lint/EndAlignment:
Lint/UnusedMethodArgument:
Enabled: false
+Lint/ScriptPermission:
+ Exclude:
+ - 'lib/bundler/templates/Executable'
+
# Layout
Layout/AccessModifierIndentation: