summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-12-16Merge branch 'doctest-new-build' of https://github.com/phadej/shellcheck into...doctestVidar Holen
2018-12-16SC1068 (var = x) now alternatively suggests quoting (fixes #1412)Vidar Holen
2018-12-16Be more specific about why you should read the wiki pageVidar Holen
2018-12-16Fix infinite loop on annotations for SC2188 (fixes #1413)Vidar Holen
2018-12-16Allow tests to access token positions for fixesVidar Holen
2018-12-16Fix 'does not support multiple targets at once' errorVidar Holen
2018-12-09Update CHANGELOG with new release and autofix mergeVidar Holen
2018-12-09Enable autofix support. It's still preliminary.Vidar Holen
2018-12-09Improve Fix memory usageVidar Holen
2018-12-09Minor renaming and output fixesVidar Holen
2018-12-09Change definition of Replacement, add ToJSON instance for itNg Zhi An
2018-12-09Expose token positions in params, use that to construct fixesNg Zhi An
2018-12-09Prototype fixNg Zhi An
2018-12-02Stable version 0.6.0v0.6.0Vidar Holen
2018-12-02Add 'striptests' script to Cabal packageVidar Holen
2018-12-02Make wiki links fit in 80 columnsVidar Holen
2018-12-02Fill in missing bits in CHANGELOGVidar Holen
2018-12-02Merge pull request #1397 from ngzhian/man-en-dashVidar Holen
2018-12-02Add man page instructions (fixes #1347)Vidar Holen
2018-11-29Disable smart typography extension for markdown inputNg Zhi An
2018-11-26Preemptively fix possible '-- |' breakageVidar Holen
2018-11-26Add stack builds to distro testVidar Holen
2018-11-24Add warnings for 'exit' similar to 'return' (fixes #1388)Vidar Holen
2018-11-15Merge pull request #1389 from romanzolotarev/patch-1Vidar Holen
2018-11-15Update README.htmlRoman Zolotarev
2018-11-08Merge pull request #1383 from l2dy/masterVidar Holen
2018-11-08Fix typo in CHANGELOGZero King
2018-11-07SC2240: Warn about `. script args..` in sh/dash (fixes #1373)Vidar Holen
2018-11-08Merge pull request #1380 from PeterDaveHello/Update-DockerfileVidar Holen
2018-11-02Update Docker build-only image to Ubuntu 18.04Peter Dave Hello
2018-11-01Also warn about glob matching with [ a != b* ] (fixes #1374)Vidar Holen
2018-10-24Work around snap's old cabal + new snapcraft proxy.Vidar Holen
2018-10-21Add SC1133: Warn when a line starts with |/||/&& (fixes #1359)Vidar Holen
2018-10-21Improve regex parsing (fixes #1367)Vidar Holen
2018-10-17Add SC2239: shebang is not absolute path.Vidar Holen
2018-10-17Change prop> to >>> prop $Oleg Grenrus
2018-10-17Add $# to list of variables not containing spaces (fixes #1362)Vidar Holen
2018-10-10Add wiki links to output, and a -W controlling it. (Fixes #920)Vidar Holen
2018-10-04Merge pull request #1350 from peti/masterVidar Holen
2018-10-01Add automated cross-distro testing via DockerVidar Holen
2018-09-27ShellCheck.cabal: our Setup.hs works fine with Cabal 2.4.xPeter Simons
2018-09-27getParentTree: avoid pattern matching in do notationPeter Simons
2018-09-21Don't suggest subshells for cd ..; foo; cd..Vidar Holen
2018-09-17Add SC2238 about redirections to command namesVidar Holen
2018-09-16Add plug for shfmtVidar Holen
2018-09-16Minor script cleanupVidar Holen
2018-09-15Merge pull request #1324 from ngzhian/679Vidar Holen
2018-09-15Add employer mandated disclaimerVidar Holen
2018-09-15Merge pull request #1331 from federicotdn/patch-1Vidar Holen
2018-09-12Merge pull request #1337 from dimo414/masterVidar Holen