5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 19 hours ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added check for printf "$var" More... over 11 years ago
Added check for [[ foo == $bar ]] More... over 11 years ago
Added check for $(($n)) More... over 11 years ago
Fixed incorrect n=1 & n=foo$n and same for $((n++)) More... over 11 years ago
Rewrote the horrible analyze code More... over 11 years ago
Added support for parsing arithmetic context More... over 11 years ago
Added warning for {1..$N} More... over 11 years ago
Fixed bugs related to groupings in conditions More... over 11 years ago
Fixed bug in allModifiedVariables More... over 11 years ago
Added check for [ a==b ] More... over 11 years ago
Fixed [ grep foo bar ] warning not working More... over 11 years ago
Added more [[]]-related checks More... over 11 years ago
Added parser for [[]]/[] with associated errors More... over 11 years ago
Minor text modifications More... over 11 years ago
Added reason in messages about subshells More... over 11 years ago
Added a json interface More... over 11 years ago
Renamed much of the ShellCheck.Simple interface More... over 11 years ago
Renamed from codename Shpell to final name ShellCheck. More... over 11 years ago
Ditched the stunted concept and added better warnings More... over 11 years ago
Check for attempted expansion in single quoted variables More... over 11 years ago
Warnings for unquoted positional parameters More... over 11 years ago
Merged DollarVariable and DollarBraced, and made the $* test more general More... over 11 years ago
Added read/export as variable modifying commands for subshells More... over 11 years ago
Made Makefile marginally less sucky More... over 11 years ago
Revert ""modified" -> "set" for subshell var messages" More... over 11 years ago
Added subshell variable detection cases More... over 11 years ago
"modified" -> "set" for subshell var messages More... over 11 years ago
Fixed missing Alive detection in current scope More... over 11 years ago
Basic subshell detection in place More... over 11 years ago
Added support for stack based analysis More... over 11 years ago