summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-05-31Stable version 0.5.0v0.5.0Vidar Holen
2018-05-27Merge pull request #1237 from ngzhian/1234Vidar Holen
2018-05-27Warn about string operations on $@/$* (fixes #1236)Vidar Holen
2018-05-27Check if builtin cd is calledNg Zhi An
2018-05-26Parse here docs as per spec (fixes #1050)Vidar Holen
2018-05-23Add a unit test and separate ids for 884eff0cVidar Holen
2018-05-23Merge pull request #1232 from ngzhian/source-xVidar Holen
2018-05-22Add T_SourceCommand to wrap source commands and sourced codeNg Zhi An
2018-05-22Warn about unnecessary subshells in testsVidar Holen
2018-05-20Merge pull request #1223 from ngzhian/1124Vidar Holen
2018-05-20Merge pull request #1206 from ngzhian/aesonVidar Holen
2018-05-13Handle offset references of the form [foo]:bar (fixes #1124)Ng Zhi An
2018-05-13Merge pull request #1203 from ngzhian/1199Vidar Holen
2018-05-13Merge branch 'master' into 1199Vidar Holen
2018-05-13Merge pull request #1208 from ngzhian/1186Vidar Holen
2018-05-13Merge branch 'master' into 1186Vidar Holen
2018-05-13Merge pull request #1221 from ngzhian/1192Vidar Holen
2018-05-13Merge pull request #1222 from ngzhian/196Vidar Holen
2018-05-13Suppress SC2016 for git filter-branch (fixes #196)Ng Zhi An
2018-05-13Assignments are okay in SC2094 (fixes #1192)Ng Zhi An
2018-05-13Add Data.MonoidNg Zhi An
2018-05-12Merge pull request #1205 from ngzhian/remove-unusedVidar Holen
2018-05-12Merge pull request #1207 from ngzhian/1184Vidar Holen
2018-05-12Parse FD move operations like 2>&1- correctly. Fixes #1180.Vidar Holen
2018-05-12Make .ghci look in ./srcVidar Holen
2018-05-12Don't think declare -x -F var is used (fixes #1209).Vidar Holen
2018-05-11Clarify 'export' suggestion in SC2034 (unused vars).Vidar Holen
2018-05-06Add unset to list of commands exempt from 2016Ng Zhi An
2018-05-06When given a %* format string, expect one more argumentNg Zhi An
2018-05-06Change to aeson (fixes #1085)Ng Zhi An
2018-05-06Remove unused codeNg Zhi An
2018-05-06Whitelist rename for SC2016 (fixes #1199)Ng Zhi An
2018-04-30Refactor sudo checks into CommandChecksVidar Holen
2018-04-30Merge pull request #1195 from sdknudsen/masterVidar Holen
2018-04-29Warn about invalid arguments to sudoStefan Knudsen
2018-04-28Update gallery of bad codeVidar Holen
2018-04-28Account for array index in SC2154 ${var:?} (fixes #1166)Vidar Holen
2018-04-28Remove 'nice' from list of non-reading commands (fixes #1169)Vidar Holen
2018-04-27Warn about elseif or elsif as command names (fixes #1177)Vidar Holen
2018-04-22Fix broken test strippingVidar Holen
2018-04-22Merge pull request #1174 from rasa/patch-1Vidar Holen
2018-04-22Merge pull request #1185 from 0mp/masterVidar Holen
2018-04-22Merge pull request #1168 from vmchale/masterVidar Holen
2018-04-19Add FreeBSD installation instructionsMateusz Piotrowski
2018-04-07Added scoop installRoss Smith II
2018-04-02Allow stripping unit testsVidar Holen
2018-04-02hlintsVanessa McHale
2018-04-02bump to latest ghcVanessa McHale
2018-03-29Blacklist base 4.6.0.1 to disable GHC 7.6.3 (#1131)Vidar Holen
2018-03-29Whitelist docker for SC2016 about '$var'. Fixes #1161Vidar Holen