summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-07-28Stable version 0.7.0v0.7.0Vidar Holen
2019-07-28Tweak man pageVidar Holen
2019-07-28Mention aarch64 and macOS binaries in CHANGELOGVidar Holen
2019-07-28Add a release checklist scriptVidar Holen
2019-07-28Update distrotest with new image namesVidar Holen
2019-07-24Set up Travis build matrixVidar Holen
2019-07-24Merge branch 'master' of github.com:koalaman/shellcheckVidar Holen
2019-07-24Merge branch 'Luizm-master'Vidar Holen
2019-07-24THIS COMMIT WILL BE FORCE PUSHED AWAY (Help I'm not good with computers)Vidar Holen
2019-07-24Merge branch 'master' of https://github.com/Luizm/shellcheck into Luizm-masterVidar Holen
2019-07-24Merge pull request #1639 from shak-mar/masterVidar Holen
2019-07-24Add automated linux-aarch64 buildVidar Holen
2019-07-24Merge branch 'master' into masterLuizMuller
2019-07-24Add support to compiling a binary for macOSLuizm
2019-07-21Warn about $_ in POSIX sh (fixes #1647)Vidar Holen
2019-07-20Don't warn about printf '%()T' without corresponding argumentVidar Holen
2019-07-12Fix syntax and indentation in shellcheck.1.mdshak-mar
2019-07-04Fix bad advice for SC2251 (fixes #1588)Vidar Holen
2019-07-04Also mention globbing in SC2206 (fixes #1626)Vidar Holen
2019-07-04Don't consider `.*` a glob-like regex (fixes #1214)Vidar Holen
2019-07-04Add warning for chmod -r (fixes #1321)Vidar Holen
2019-07-03Recognize `read -ra foo` as arrays (fixes #1636)Vidar Holen
2019-07-03Improve message for SC1067Vidar Holen
2019-07-03Allow SCRIPTDIR in source directives (fixes #1617)Vidar Holen
2019-07-02Don't count 'readonly x' as a reference to x (fixes #1573)Vidar Holen
2019-07-02Add an empty Custom.hs to simplify site-specific patchingVidar Holen
2019-07-01Fix botched variable usageVidar Holen
2019-07-01Merge branch 'yetamrra-shflags'Vidar Holen
2019-07-01Avoid defining flags for non-literal parametersVidar Holen
2019-07-01Merge branch 'shflags' of https://github.com/yetamrra/shellcheck into yetamrr...Vidar Holen
2019-07-01Merge pull request #1627 from Avi-D-coder/masterVidar Holen
2019-06-30Handle diffs for files without trailing linefeedVidar Holen
2019-06-30Warn about ending double quotes just to make $ literalVidar Holen
2019-06-30Remove unused parse-time AST warningsVidar Holen
2019-06-30Remove unnecessary lookahead in readDollarLonelyVidar Holen
2019-06-30Allow SC2103 to be silenced (fixes #1591)Vidar Holen
2019-06-30Filter warnings by annotations in unit testsVidar Holen
2019-06-29Bump stack snapshotAvi ד
2019-06-25Add support for basic shflags semanticsBenjamin Gordon
2019-06-24Use mappend over <> for compatibilityVidar Holen
2019-06-23Add a Diff output formatVidar Holen
2019-06-23Update JSON1 docs in man pageVidar Holen
2019-06-23Remove unused iorefVidar Holen
2019-06-23Fix error spans for shebang warnings (fixes #1620)Vidar Holen
2019-06-23Improve message for SC2055Vidar Holen
2019-06-19Merge pull request #1592 from hugopeixoto/fix/SC2016-false-positiveVidar Holen
2019-06-19Merge pull request #1608 from oleg-andreyev/issue-1607Vidar Holen
2019-06-19Merge pull request #1616 from blueyed/dockerignoreVidar Holen
2019-06-18Add .dockerignoreDaniel Hahler
2019-06-09#1607 fixing brew commandOleg Andreyev