5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 26, 2023 — May 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replaced common commands from /bin to posix utility list More... over 11 years ago
Removed trailing whitespace More... over 11 years ago
Added check for constant [[]] expression, e.g. [[ a == b ]] More... over 11 years ago
Added warnings for then/fi/do/done treated literally. More... over 11 years ago
Added a check for spurious }s More... over 11 years ago
Added check for echo $foo | wc -c More... over 11 years ago
Added check for echo $a | sed s/foo/bar/g More... over 11 years ago
Added better space/glob checks More... over 11 years ago
Added ulimit to test script because lol debugging More... over 11 years ago
Added extglob support that actually works More... over 11 years ago
Added check for [[ a != foo || a != bar ]], and same for (( )) More... over 11 years ago
Moved Eq Token instance to AST where it belongs More... over 11 years ago
Added extglob support More... over 11 years ago
Added checks for multiple pipe combinations. More... over 11 years ago
Added the regex lib as a dependency More... over 11 years ago
Typo More... over 11 years ago
Fixed incorrect warning for foo=$3 More... over 11 years ago
Added some more punctuation to messages. More... over 11 years ago
Give it some attitude More... over 11 years ago
Homogenized punctuation across messages. More... over 11 years ago
More helpful errors for partial if statements More... over 11 years ago
Fixed incorrect errors on [[ $1 ]] More... over 11 years ago
Accidentally made quackCheck non-executable More... over 11 years ago
Never mind quackCheck More... over 11 years ago
Added readme and licenses More... over 11 years ago
Support a+=foo More... over 11 years ago
Removed bash, true and false from [ command ] check, since these could be values More... over 11 years ago
Fixed $(( ! n )) and incorrect warning on $(($?)) More... over 11 years ago
Cleaned up analytics notes More... over 11 years ago
Moved AST into its own file More... over 11 years ago