summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-05-22Attempted bats @test supportbatsVidar Holen
2016-05-15Stable version 0.4.4Vidar Holen
2016-05-14Don't warn about a && b || c in if/while/until.Vidar Holen
2016-05-14Warn when arrays are appended/assigned scalars.Vidar Holen
2016-05-08Fix parsing of [[ a =~ {$var} ]]Vidar Holen
2016-04-30Improve 'let' parsing, trigger unused var for ((a=1))Vidar Holen
2016-04-23Add missing warnings for {$i..10} similar to {1..$i}Vidar Holen
2016-04-16Fix parsing of here documentsVidar Holen
2016-04-16Add missing importVidar Holen
2016-04-16Fix handling of spaces in shebangs.Vidar Holen
2016-04-10Separate out command specific checks.Vidar Holen
2016-04-09Don't warn about LINENO in dashVidar Holen
2016-03-19s/sh/bash/ in SC2176 because of posix guarantees.Vidar Holen
2016-03-19Warn about timing pipelines and compound commands in sh/dash.Vidar Holen
2016-03-19Allow parsing 'time ( foo )'Vidar Holen
2016-03-19Merge pull request #622 from Arguggi/masterkoalaman
2016-03-11Merge pull request #628 from benmwebb/patch-1koalaman
2016-03-10Fix a handful of typos.Ben Webb
2016-03-08Directives after the shebang now apply to the entire script.Vidar Holen
2016-03-08Add warning for multi-digit FDs in posix/dash.Vidar Holen
2016-03-02Add stack supportArguggi
2016-02-17Merge pull request #608 from cs-shadow/masterkoalaman
2016-02-16Fix broken links in READMEChandan Singh
2016-02-07Improve error for missing final ) in $((foo)Vidar Holen
2016-02-06Support parsing $((( as $( ((, with warning.Vidar Holen
2016-02-01Add warning for trailing spaces after \ breaks.Vidar Holen
2016-01-26Improve expansion in single quote false positives.Vidar Holen
2016-01-26Ignore SC2055 if rhs of either != is a glob.Vidar Holen
2016-01-25Add special case warning to quote in eval echo {1..$n}Vidar Holen
2016-01-19Merge pull request #578 from jwilk/masterkoalaman
2016-01-20Fix typoJakub Wilk
2016-01-18Merge pull request #577 from neil-greenwood/readme-sed-quotekoalaman
2016-01-18Update README.mdNeil Greenwood
2016-01-13Stable version 0.4.3v0.4.3Vidar Holen
2016-01-13Use system over callCommand to allow linking on ghc 7.6.3.Vidar Holen
2016-01-11Add >= process-1.2.0.0 as dependency due to custom build.Vidar Holen
2016-01-09Stable version 0.4.2v0.4.2Vidar Holen
2016-01-09Make SC2174 only trigger for nested directories.Vidar Holen
2016-01-09Merge pull request #572 from eatnumber1/mkdirkoalaman
2016-01-08Add a warning when you mkdir with both -p and -m.Russell Harmon
2016-01-05Change cabal Build-Type to Custom to actually use Setup.hs.Vidar Holen
2015-12-13Allow escaped characters in [..] globsVidar Holen
2015-12-12Merge branch 'master' of github.com:koalaman/shellcheckVidar Holen
2015-12-12Don't warn about quoting for [ -v var ]Vidar Holen
2015-12-10Merge pull request #557 from eatnumber1/ignvarskoalaman
2015-12-10Add more variables which are assumed to be set.Russell Harmon
2015-12-06Fix remaining FIXME for tty error color output.Vidar Holen
2015-12-05Add scripts for running shellcheck/tests interpreted.Vidar Holen
2015-12-05Fix/generalize message for SC2070.Vidar Holen
2015-12-05Let SC2094 ignore echo/printf/sponge.Vidar Holen