summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-09-12Expand "rhs"; this abbreviation seems needlessly obfuscating.Michael Diamond
2018-09-10Guard quickcheck.1 regenerationOleg Grenrus
2018-09-10Fix quicktest, add note to it and quickrunOleg Grenrus
2018-09-10Use native codegen in docker build, results in smaller binaryOleg Grenrus
2018-09-10Use LLVM + split-sectionsOleg Grenrus
2018-09-10Striptests is not necessary anymoreOleg Grenrus
2018-09-10Run tests as doctestsOleg Grenrus
2018-09-08Understand array variable declaration in read (fixes #679 fixes #1272)Ng Zhi An
2018-09-07Add link to flymake-shellcheck under Emacs sectionFederico T
2018-09-03Don't warn about LINENO since it's now POSIX. Fixes #644Vidar Holen
2018-08-28Suggest reading the wiki page in the issue templateVidar Holen
2018-08-28Suggest -z/-n instead of ! -n/-z (fixes #1326).Vidar Holen
2018-08-26Improve find leading flag detection (fixes #1312)Vidar Holen
2018-08-26Account for &&/||/{}/() in SC2233&co (fixes #1320).Vidar Holen
2018-08-18Merge branch 'ngzhian-opqaque-interface'Vidar Holen
2018-08-18Merge branch 'opqaque-interface' of https://github.com/ngzhian/shellcheck int...Vidar Holen
2018-08-18Avoid using `error` for option parsing failureVidar Holen
2018-08-18Add --severity to CHANGELOGVidar Holen
2018-08-18SQUASH: --severity specifies *minimum* severity to be handledMartin Schwenke
2018-08-18Add command-line option -S/--severityMartin Schwenke
2018-08-17Make data in Interface more opaqueNg Zhi An
2018-08-15Add test for parsing bitwise notVidar Holen
2018-08-07Modernize SC2028 echo escape testVidar Holen
2018-08-07Merge pull request #1311 from ngzhian/1310Vidar Holen
2018-08-05Use regex to match special flags for printfNg Zhi An
2018-07-28Suggest 'cat' when piping/redirecting to echo (fixes #1292)Vidar Holen
2018-07-28Don't trigger SC2222 for fallthrough case branches (fixes #1044)Vidar Holen
2018-07-26Merge pull request #1302 from pjeby/fix949Vidar Holen
2018-07-26Use three instead of two dots in 2006 messageVidar Holen
2018-07-26Retire SC1117 (unknown quoted escapes) due to noiseVidar Holen
2018-07-23Fix #949 (failing on @ in function names)PJ Eby
2018-07-22Allow directive/-s to override shebang blacklist (fixes #974)Vidar Holen
2018-07-21Add a test for 03ce3b15Vidar Holen
2018-07-21Realign =sVidar Holen
2018-07-21Merge pull request #1298 from ngzhian/1268Vidar Holen
2018-07-18Fix false positive when indexing into array in condNg Zhi An
2018-07-12Minimize build size with -Os and -split-sectionsVidar Holen
2018-07-08Add armv6hf link for Raspberry PiVidar Holen
2018-07-08TravisCI armv6hf build (aka Raspberry Pi build)Vidar Holen
2018-07-07Merge pull request #1282 from kenden/patch-1Vidar Holen
2018-07-05Add instructions to install linux binaryQuentin Nerden
2018-06-24Merge pull request #1256 from ngzhian/mv-stdinVidar Holen
2018-06-24Make SC1012 "printf '\t'" suggestion use single quotesVidar Holen
2018-06-24Merge pull request #1257 from ngzhian/trailing-comma-excludeVidar Holen
2018-06-23Don't warn about tr '[=e=]' equivalence classesVidar Holen
2018-06-23Update CHANGELOG to mention end positionsVidar Holen
2018-06-23Merge pull request #1261 from ngzhian/1188Vidar Holen
2018-06-17Improve spans for some warningsVidar Holen
2018-06-17Expose (some) span information in TTY outputVidar Holen
2018-06-16Require all Ids to be constructed with a spanVidar Holen