summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-12-31Implement getPath in terms of unfoldrJoseph C. Sible
2023-12-31Replace Atom reference with Pulsar Edit equivalentOtto Kekäläinen
2023-12-30Use <$> instead of >>= and returnJoseph C. Sible
2023-12-30Use traverse instead of sequence and mapJoseph C. Sible
2023-12-29Use a pattern match instead of null and head in checkCommandJoseph C. Sible
2023-12-21Implement parseEnum in terms of lookupJoseph C. Sible
2023-12-21Simplify functionMap and remove unnecessary partialityJoseph C. Sible
2023-12-19Remove unnecessary partiality from checkJoseph C. Sible
2023-12-19Remove unnecessary partiality from isAssignmentParamToCommandJoseph C. Sible
2023-12-19Make "Unresolved scope in dependency" impossibleJoseph C. Sible
2023-12-19Use NonEmpty to remove partiality from handleCommandJoseph C. Sible
2023-12-19Use a list comprehension to remove partiality from notesForContextJoseph C. Sible
2023-12-19Remove unnecessary partiality from kludgeAwayQuotesJoseph C. Sible
2023-12-19Make HereDocPending only hold the relevant pieces of a T_HereDoc instead of a...Joseph C. Sible
2023-12-19Use onlyLiteralString in more placesJoseph C. Sible
2023-12-18Remove partial head function from src/ShellCheck/Formatter/CheckStyle.hsJoseph C. Sible
2023-12-15.cabal: allow Diff-0.5Jens Petersen
2023-12-14Add installation directions for wingeslycordinator
2023-12-11Remove partial head function from src/ShellCheck/Formatter/GCC.hsJoseph C. Sible
2023-12-11Remove partial head function from src/ShellCheck/Formatter/JSON1.hsJoseph C. Sible
2023-12-11Remove partial head function from src/ShellCheck/Formatter/TTY.hsJoseph C. Sible
2023-12-10Reparse indices after attaching here docs (fixes #2846)Vidar Holen
2023-12-10Abuse STRIP to avoid crashes on unsupported AST nodesVidar Holen
2023-12-10Merge pull request #2876 from andreasabel/masterVidar Holen
2023-12-10Merge branch 'grische-feature/busyboxsh-support'Vidar Holen
2023-12-10Recognize 'busybox' in --shell and directives. Add to doc texts.Vidar Holen
2023-12-06Testsuite: report which module failed the testsAndreas Abel
2023-11-27silence some shell expansions for busybox shGrische
2023-11-27silence SC3046 and SC3051 for busybox shGrische
2023-11-27silence SC3048 for busybox shGrische
2023-11-27silence SC3020 for busybox shGrische
2023-11-27silence SC3014 for busybox shGrische
2023-11-27silence SC3010 for busybox shGrische
2023-11-27make busybox sh Dash-likeGrische
2023-11-27add basic busybox sh supportGrische
2023-11-08Merge pull request #2837 from ulidtko/fix/missed-test(1)-bashismsVidar Holen
2023-11-03Add nil case that went missing in 4fd0615Joseph C. Sible
2023-10-16Switch to getLiteralStringDef to avoid an unnecessary fromJustJoseph C. Sible
2023-10-16Stop using head in isLeadingNumberVarJoseph C. Sible
2023-10-16Use find instead of listToMaybe and filterJoseph C. Sible
2023-10-14Adjust bounds to compile on 9.8Joseph C. Sible
2023-10-08Manually install 'hub' dependencyVidar Holen
2023-10-08Revert "Bump actions/checkout from 3 to 4"Vidar Holen
2023-10-08Merge pull request #2824 from koalaman/dependabot/github_actions/actions/chec...Vidar Holen
2023-10-01Docs: describe fixes of PR #2837 in changelogMax Ulidtko
2023-10-01Fix: do []-related bashism checks on test(1) calls tooMax Ulidtko
2023-09-05Bump actions/checkout from 3 to 4dependabot[bot]
2023-08-13Add a newSystemInterface to go with the rest of the new* constructorsVidar Holen
2023-08-13Merge pull request #2808 from bruce-ricard/pr/dfbrVidar Holen
2023-07-30SC2325/SC2326: Warn about ! ! foo and foo | ! bar (fixes #2810)Vidar Holen