summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-11-06Stable version 0.8.0v0.8.0Vidar Holen
2021-11-06Fix bad version on stable releasesVidar Holen
2021-11-06Update copyright yearsVidar Holen
2021-11-06Update stack resolverVidar Holen
2021-11-06Update distro testsVidar Holen
2021-11-06Update release checklistVidar Holen
2021-11-06Include `local -r` in check-extra-masked-returns (fixes #2362)Vidar Holen
2021-10-30Consider all forms of TA_Assignment to remove spaces (fixes #2364)Vidar Holen
2021-10-21Warn about [^..] in Dash (fixes #2361)Vidar Holen
2021-10-15Have quickscripts search for relevant paths (fixes #2286)Vidar Holen
2021-10-15Give more examples of what ShellCheck looks forVidar Holen
2021-10-15Treat typeset similar to declare (fixes #2354)Vidar Holen
2021-10-15Mention known incompatibilities in man pageVidar Holen
2021-10-09Skip SC2214 if variable is modified in loop (fixes #2351)Vidar Holen
2021-10-09For `while getopts; do case ..` checks, make sure variable matchesVidar Holen
2021-10-07Warn about `read foo[i]` expanding as glob (fixes #2345)Vidar Holen
2021-10-07Mention require-double-brackets in CHANGELOGVidar Holen
2021-10-07Add suggestion level in text for TTY output (fixes #2339)Vidar Holen
2021-10-02Mention check-extra-masked-returns in changelogVidar Holen
2021-10-02Merge pull request #2320 from DoxasticFox/set-e-proc-subVidar Holen
2021-10-02Add extra checks for masked return codesChristian Nassif-Haynes
2021-09-25Don't emit SC2140 when trapped string is /, = or : (fixes #2334)Vidar Holen
2021-09-25Disable UUOC for cat with unquoted variable (fixes #2333)Vidar Holen
2021-09-19The removed check was SC1004, not SC1003Vidar Holen
2021-09-18Add a `setgitversion` script to update the version string with gitVidar Holen
2021-09-18Strip lines containing "STRIP" from ./striptestsVidar Holen
2021-09-18Don't trigger SC2140 on ${x+"a" "b"} (fixes #2265)Vidar Holen
2021-09-18Suppress SC2094 when both are input redirections (fixes #2325)Vidar Holen
2021-09-18Remove SC1004 (fixes #2326)Vidar Holen
2021-09-18Allow `disable=all` to disable all warnings (fixes #2323)Vidar Holen
2021-09-16Merge pull request #2318 from FabianWolff/grep-lL-wc-lVidar Holen
2021-09-15Allow specifying external-sources=true in shellcheckrc (fixes #1818)Vidar Holen
2021-09-04Merge pull request #2303 from DoxasticFox/set-e-functionsVidar Holen
2021-09-05Show info about `set -e` suppression during function callsChristian Nassif-Haynes
2021-09-02Do not suggest `grep -c` as a replacement for `grep -l/-L | wc -l`Fabian Wolff
2021-08-30Warn about strings for numerical operators in [[ ]] (fixes #2312)Vidar Holen
2021-08-30Improve warnings about unnecessary subshells (fixes #2169)Vidar Holen
2021-08-29Add shellcheck-precommit hook to README.mdVidar Holen
2021-08-29Add pre-commit instructionsVidar Holen
2021-08-29Revert "Allow running this repo as a pre-commit hook"Vidar Holen
2021-08-28Allow running this repo as a pre-commit hookVidar Holen
2021-08-26Fix parsing of [$var] (fixes #2309)Vidar Holen
2021-08-26Merge pull request #2307 from a1346054/fixesVidar Holen
2021-08-26Don't warn about unused variables starting with _ (fixes #1498)Vidar Holen
2021-08-26Add `rg` to list of commands ignored for SC2016 (fixes #2209)Vidar Holen
2021-08-25Remove trailing whitespacea1346054
2021-08-25Fix redirect in LICENSE filea1346054
2021-08-22Improve warnings for expr (fixes #2033)Vidar Holen
2021-08-17Recognize wait -p as assigning a variable (fixes #2179)Vidar Holen
2021-08-17Don't warn about variables guarded with :+ (fixes #2296)Vidar Holen