aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/check-lint-count.bash
Commit message (Collapse)AuthorAgeFilesLines
* Change the lint script to use message instead of summaryKenny Root2015-10-211-1/+1
| | | | | The message has a better explanation (i.e., specific to the instance it's talking about) than the summary which is fairly generic.
* Change check-lint-results.bash indentationKenny Root2015-10-211-10/+10
| | | | Use two spaces consistently throughout the file.
* Quote all files in check-lint-results.bashKenny Root2015-10-211-9/+9
| | | | | To prevent premature variable expansion, word-splitting, and globbing quote all the things that could be affected by these problems.
* Rename check-lint-count.sh to .bashKenny Root2015-10-211-0/+57
linthub.io was examining these as POSIX scripts to it was complaining about bash-isms. Move this to .bash to give it a better hint about what kind of file this is.