aboutsummaryrefslogtreecommitdiff
path: root/lint/bash
Commit message (Collapse)AuthorAgeFilesLines
* More sh flexibility (check/lint scripts)Tom Ryder2017-04-051-2/+0
|
* Clean up lint scripts a bitTom Ryder2016-12-301-1/+1
|
* Ignore SC1090 (allow unfollowable dotting)Tom Ryder2016-08-231-1/+1
|
* Specify shell dialect for bash/sh lintingTom Ryder2016-08-231-1/+1
|
* Move tests and lints into their own scriptsTom Ryder2016-08-021-0/+2
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 ...