5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add `mapfile` to harmless commands for SC2094 More... over 1 year ago
Suppress SC2311 with `set -o posix` More... over 1 year ago
Include inherited env for DFA of leftover functions (fixes #2560) More... over 1 year ago
Add READLINE_POINT to list of variables without spaces More... over 1 year ago
Recognize more Bash internal variables More... over 1 year ago
Remove duplicate "COPROC" from internal vars list More... over 1 year ago
Reflow lists of internal shell variables More... over 1 year ago
Handle variable assignments from `read` in CFG More... almost 2 years ago
Trace numerical status, use for SC2071 (ref #2541) More... almost 2 years ago
Store postdominators as Array Node [Node] for a significant win More... almost 2 years ago
Use Data.Map.Strict instead for a ~15% parsing speedup More... almost 2 years ago
Let annotations take effect earlier (fixes #2534) More... almost 2 years ago
Allow quoting values in directives (fixes #2517) More... almost 2 years ago
Refactor to not generate Parameters twice More... almost 2 years ago
Plug space leaks when processing multiple files More... almost 2 years ago
Don't use & for updates as result is unspecified More... almost 2 years ago
Fix overlap check More... almost 2 years ago
Discard next rather than existing fixes when they overlap More... almost 2 years ago
Correctly discard overlapping fixes in diff output (fixes #2370) More... almost 2 years ago
Refine #2544 to not warn when $? postdominates [ ] (fixes #2544) More... almost 2 years ago
Include postdominators in CFGResult More... almost 2 years ago
Add unit test to ensure SC2321 does not trigger on associative arrays More... almost 2 years ago
SC2323: Warn about redundant parens in a[(x+1)] and $(( ((x)) )) (ref: #1666) More... almost 2 years ago
SC2321: Warn about redundant $(()) in arr[$((i))]=x (ref: #1666) More... almost 2 years ago
Merge branch 'ygeyzel-grammer_fix_sc2183' More... almost 2 years ago
Additionally pluralize 'arguments' in SC2183 More... almost 2 years ago
Merge branch 'grammer_fix_sc2183' of https://github.com/ygeyzel/shellcheck into ygeyzel-grammer_fix_sc2183 More... almost 2 years ago
Merge pull request #2543 from ygeyzel/SC2028-escape-chars More... almost 2 years ago
Warn when $? refers to echo or condition (ref #2541) More... almost 2 years ago
Add escape characters to SC2028: \a, \b, \e, \f, \v, \\, \', \OOO, \xHH More... almost 2 years ago