aboutsummaryrefslogtreecommitdiff
path: root/lint
Commit message (Collapse)AuthorAgeFilesLines
* Clean up lint scripts a bitTom Ryder2016-12-304-4/+6
|
* Remove zsh linterTom Ryder2016-12-301-2/+0
|
* Add zsh checkingTom Ryder2016-12-271-0/+2
|
* Rename all pdksh stuff to kshTom Ryder2016-12-172-2/+2
| | | | As part of a foray into more active use of ksh and derivatives.
* Add very basic Yash supportTom Ryder2016-08-311-0/+2
| | | | | | I know almost nothing about Yash yet, but reading the manual page on its startup behaviour implies a little coaxing is necessary to make it play nicely with my file layout.
* Build URxvt Perls with shb(1)Tom Ryder2016-08-311-1/+1
|
* Tidy check/lint targets, add pdkshTom Ryder2016-08-241-0/+2
|
* 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 ...