Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the lint script to use message instead of summary | Kenny Root | 2015-10-21 | 1 | -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 indentation | Kenny Root | 2015-10-21 | 1 | -10/+10 |
| | | | | Use two spaces consistently throughout the file. | ||||
* | Quote all files in check-lint-results.bash | Kenny Root | 2015-10-21 | 1 | -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 .bash | Kenny Root | 2015-10-21 | 1 | -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-CI | Kenny Root | 2015-10-21 | 1 | -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 & EXIT | Alex | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | lint_file variable used twice ! | Alex | 2015-09-03 | 1 | -8/+8 |
| | |||||
* | trap signals | Alex | 2015-09-03 | 1 | -1/+1 |
| | |||||
* | Update check-lint-count.sh | Alex | 2015-09-03 | 1 | -10/+18 |
| | |||||
* | Remove unused variables | Alex | 2015-09-03 | 1 | -5/+0 |
| | |||||
* | Try to show new lint issues in check-lint-count.sh | root | 2015-09-03 | 1 | -13/+20 |
| | |||||
* | travis: make sure we do not increase lint issues | Kenny Root | 2015-08-20 | 1 | -0/+47 |