5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 26, 2023 — May 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed misplaced uuoc for 'cat foo' outside pipe. More... almost 11 years ago
Improved help for missing here doc terminator. More... almost 11 years ago
Don't warn about quoting when $var is the command name. More... almost 11 years ago
Check for 'echo "\n"'. More... almost 11 years ago
Don't warn about f=/dev/null in 'foo $f > $f' More... almost 11 years ago
Mention second level structure being parsed when error. More... almost 11 years ago
Fixed UUOC warning for 'cat * | ..'. More... almost 11 years ago
Removed warning for ~ in the middle of strings. Too common. More... almost 11 years ago
Warn about $() but not quotes in 'if $(cmd); ..' More... almost 11 years ago
Added and improved parse warnings for missing spaces. More... almost 11 years ago
Added check for 'exec foo; cmd' More... almost 11 years ago
Added check for functions used with sudo/xargs/etc More... almost 11 years ago
Doubled speed by applying all checks in one iteration. More... almost 11 years ago
Added check for './ file'. Apparently people do that. More... almost 11 years ago
Added check for ~ in quotes More... almost 11 years ago
Warn for possible bad quote nesting like 'echo 'foo'' More... almost 11 years ago
Fixed crash for ''foo due to unsafe 'last' More... almost 11 years ago
Added most checks from 'checkbashisms'. Thanks to Braakman, Rodin and Gilbey! More... almost 11 years ago
Added recursive parsing support for `..` More... almost 11 years ago
Added awkward check for PS1 escapes outside \[..\] More... almost 11 years ago
Fixed up warnings for \r, and added warnings for   More... almost 11 years ago
Fixed parsing of "test$" More... almost 11 years ago
Fixed parsing for case foo \n in .. More... almost 11 years ago
Added warnings for sudo cmd > file More... almost 11 years ago
Fixed parsing for cmd &> file More... almost 11 years ago
Initial Cabal file More... almost 11 years ago
Don't start comments for #s in the middle of words. Thanks Mitch! More... almost 11 years ago
Fixed parsing for [] in =~ regex More... almost 11 years ago
Fixed broken test for for f in "*.mp3"; do .. More... almost 11 years ago
Improved regex parsing. To think [[ f =~ f( ]] )* ]] is valid.. More... almost 11 years ago