summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
11 daysAccount for BusyBox support of [[ ]] (fixes #2967)HEADmasterVidar Holen
11 daysFixed broken test due to bad build cacheVidar Holen
11 daysAllow SC2154 to trigger in arrays (fixes #2970)Vidar Holen
11 daysAccount for annotations in SC2215. Fixes #2975.Vidar Holen
11 daysSupress SC2015 about `A && B || C` when B is a test.Vidar Holen
11 daysAdd warning about uninvoked functions, reduce repeated triggering of SC2317 (...Vidar Holen
2024-04-14Warn about capturing the output of redirected commands.Vidar Holen
2024-04-08Remove trailing space in output (fixes #2961)Vidar Holen
2024-04-07Merge pull request #2938 from larryv/reword-SC2324Vidar Holen
2024-04-05Update Windows build image with new cURL URLVidar Holen
2024-04-05Add updating build images to release checksVidar Holen
2024-04-04Merge pull request #2942 from jansorg/fix-buildersVidar Holen
2024-04-04Merge pull request #2960 from hugos99/patch-1Vidar Holen
2024-04-04Update README.md to add macOS Arm64 pre-compiled binaries linkHugo Sousa
2024-03-12build smaller ShellCheck binary for Linux x86_64Joachim Ansorg
2024-03-12fix build of linux.aarch64Joachim Ansorg
2024-03-08Recommend `typeset` instead of `declare` in SC2324Lawrence Velázquez
2024-03-07Check source details before git detailsVidar Holen
2024-03-07Post-release CHANGELOGVidar Holen
2024-03-07Stable version v0.10.0v0.10.0Vidar Holen
2024-03-04Update some copyright yearsVidar Holen
2024-03-03Remove outdated distros from testingVidar Holen
2024-03-03Fix snap buildVidar Holen
2024-02-19Avoid stripping darwin.aarch64 binaries to keep code signatureVidar Holen
2024-02-19Initial version of an ARM64 macOS buildVidar Holen
2024-02-03Add extended-analysis directive to toggle DFAVidar Holen
2024-02-03Merge pull request #2892 from ottok/doc/pulsar-not-atomVidar Holen
2024-02-03Merge pull request #2885 from juhp/patch-1Vidar Holen
2024-02-03Merge branch 'tacerus-config'Vidar Holen
2024-02-03Only read --rcfile once, and skip search if unavailableVidar Holen
2024-02-03Merge pull request #2917 from grische/fix/tests-readmeVidar Holen
2024-02-02Remove deprecated "install --enable-tests" commandGrische
2024-01-21Merge pull request #2879 from slycordinator/wingetVidar Holen
2024-01-21Implement rcfile optionGeorg Pfuetzenreuter
2024-01-02Use maybe instead of fromMaybe and fmapJoseph C. Sible
2024-01-01Remove most of the partial head and tail functions from src/ShellCheck/CFG.hsJoseph C. Sible
2024-01-01Simplify isUnquotedFlagJoseph C. Sible
2024-01-01Replace a few more occurrences of !!! with pattern matchingJoseph C. Sible
2023-12-31Simplify isTransparentCommandJoseph C. Sible
2023-12-31Stop building tuples that we never look at both sides ofJoseph C. Sible
2023-12-31Implement isCondition in terms of foldrJoseph C. Sible
2023-12-31Use a case expression instead of any and take 1Joseph C. Sible
2023-12-31Switch then and else to remove a notJoseph C. Sible
2023-12-31Simplify getStringFromParsecJoseph C. Sible
2023-12-31Use a pattern guard instead of fromJust in checkLoopKeywordScopeJoseph C. Sible
2023-12-31Use getLiteralStringDef instead of rebuilding it with fromJustJoseph C. Sible
2023-12-31Replace !!! with pattern-matching where it's easyJoseph C. Sible
2023-12-31Manually fuse elem and map in checkArrayValueUsedAsIndexJoseph C. Sible
2023-12-31Manually fuse elem and map in isParentOfJoseph C. Sible
2023-12-31Make getPath return a NonEmptyJoseph C. Sible