aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
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/+0
| | | | | | 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.
* Better lint output for Travis-CIKenny Root2015-10-211-14/+14
| | | | | | This uses xqilla to run a better XPath 2.0 query that outputs a terse one-line description of the problem which is easier to diff in Travis-CI build output.
* trap ERR & EXITAlex2015-09-041-1/+1
|
* lint_file variable used twice !Alex2015-09-031-8/+8
|
* trap signalsAlex2015-09-031-1/+1
|
* Update check-lint-count.shAlex2015-09-031-10/+18
|
* Remove unused variablesAlex2015-09-031-5/+0
|
* Try to show new lint issues in check-lint-count.shroot2015-09-031-13/+20
|
* travis: make sure we do not increase lint issuesKenny Root2015-08-201-0/+47