aboutsummaryrefslogtreecommitdiff
path: root/lint
Commit message (Collapse)AuthorAgeFilesLines
* Ignore SC1090 (allow unfollowable dotting)Tom Ryder2016-08-232-2/+2
|
* Specify shell dialect for bash/sh lintingTom Ryder2016-08-232-2/+2
|
* Correct lint/bin directoryTom Ryder2016-08-031-1/+1
|
* Restore -f test rather than -e testTom Ryder2016-08-022-2/+2
| | | | Because it prevents testing directories, of course
* Spruce up lint-bin and lint-games scriptsTom Ryder2016-08-022-9/+17
|
* Remove leading blank lineTom Ryder2016-08-021-1/+0
|
* Move tests and lints into their own scriptsTom Ryder2016-08-025-0/+21
Much nicer than having them embedded in the Makefile. Might do this for some of the more complex install targets too. Or maybe all of them ...