Skip to content

Commit

Permalink
arc lint: Explain linting explain
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
grimreaper committed Dec 9, 2017
1 parent a2aa667 commit 9ae26a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .arclint
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
}
}
}

0 comments on commit 9ae26a5

Please sign in to comment.