arc lint: Explain linting explain

shell scripts in scripts don't need
to be chmod +x to work. In fact most are not.
Of the tests I found from a simple search:
65 are chmod +x
84 are chmod -x

simply disable the check for test shell scripts.
This commit is contained in:
eadler 2017-12-09 08:21:29 +00:00
parent 78d7c7bcc2
commit 1058b4273a

View File

@ -24,3 +24,4 @@
}
}
}