Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-04 | Enable ShellCheck rules | Hennadii Stepanov | |
Enabled ShellCheck rules: SC1087 SC2001 SC2004 SC2005 SC2006 SC2016 SC2028 SC2048 SC2066 (note that IFS already contains only a line feed) SC2116 SC2166 SC2181 SC2206 SC2207 SC2230 SC2236 | |||
2018-12-04 | scripted-diff: Run scripted-diff in subshell | Carl Dong | |
-BEGIN VERIFY SCRIPT- sed -i 's/\bi\b/commit/g' test/lint/commit-script-check.sh sed -i '34s/eval "$SCRIPT"/(eval "$SCRIPT")/' test/lint/commit-script-check.sh -END VERIFY SCRIPT- | |||
2018-06-14 | Add "export LC_ALL=C" to all shell scripts | practicalswift | |
2018-05-24 | test: Move linters to test/lint, add readme | MarcoFalke | |