Commit graph

  • 3c75674b50 Warn about unquoted expansions in arrays. Vidar Holen 2017-04-02 14:28:12 -07:00
  • 8e5e77ad76 Don't suggest removing $ for (( $! + ${!var} )) Vidar Holen 2017-04-02 09:49:47 -07:00
  • 66c7cf19e2 Fix missing backslash in SC1003 about '\'' Vidar Holen 2017-04-01 22:01:05 -07:00
  • 36573b5b26 Update README.md xenopeek 2017-03-27 18:42:37 +02:00
  • 9e4a9c8c6c Update README.md Robert de Bock 2017-01-06 11:39:34 +01:00
  • c2fcb742db Update README.md Robert de Bock 2017-01-06 06:04:00 +01:00
  • d3061279ec Update README.md xenopeek 2017-03-27 18:42:37 +02:00
  • e8b4a79b65 Update resolver Vaibhav Sagar 2017-03-26 16:59:51 +07:00
  • 08d1d37094 Stable version 0.4.6 v0.4.6 Vidar Holen 2017-03-26 11:48:27 -07:00
  • 678015db14 Update resolver Vaibhav Sagar 2017-03-26 16:59:51 +07:00
  • e28e90133d Add missing import Vidar Holen 2017-03-18 16:42:17 -07:00
  • 2688a81526 Don't suggest indirection for 'declare var$n=foo' Vidar Holen 2017-03-18 14:54:52 -07:00
  • 82c3084438 Add HandBrakeCLI to list of stdin swallowing apps Vidar Holen 2017-03-18 13:10:54 -07:00
  • c6ff1933b7 Update README.md Russ Kubik 2017-03-15 21:57:16 -06:00
  • 0093914e46 Update README.md Russ Kubik 2017-03-15 21:57:16 -06:00
  • 22c86256ac Decode UTF-8 sequences over 0x10FFFF as latin1 Vidar Holen 2017-03-10 10:09:09 -08:00
  • a3a4873190 readme: Add ALE Vim plugin Daniel M. Capella 2017-03-08 05:28:50 +00:00
  • ef41d5c036 readme: Add ALE Vim plugin Daniel M. Capella 2017-03-08 05:28:50 +00:00
  • 750212af39 Add less common actions to find -o check. Vidar Holen 2017-03-03 20:43:00 -08:00
  • 2154583fd3 Don't parse unicode quotes as real quotes. Vidar Holen 2017-02-25 15:14:52 -08:00
  • 35c74e4747 Getting command name from busybox now gets applet name Vidar Holen 2017-02-12 10:56:29 -08:00
  • ccc4bff9a0 Add snapcraft config to enable building snaps Alan Pope 2017-01-31 14:21:47 +00:00
  • 46fb91b44d Manually decode input files as lenient UTF-8. Vidar Holen 2017-01-22 15:24:21 -08:00
  • 128d5d6013 Don't warn about grep pattern issues when using -F. Vidar Holen 2017-01-21 16:20:55 -08:00
  • 41176c23a6 Merge pull request #822 from bittorf/master koalaman 2017-01-15 15:58:19 -08:00
  • 342726f480 Merge pull request #823 from dasilvacontin/patch-1 koalaman 2017-01-15 15:57:09 -08:00
  • 1863f2f12d Warn about += bashism in sh and dash. Vidar Holen 2017-01-14 12:40:09 -08:00
  • 8809a36952 Warn when finding HTML entities like & Vidar Holen 2017-01-14 11:59:31 -08:00
  • 7f307c5775 Count | as a regex metacharacter for 2076. Vidar Holen 2017-01-12 19:02:46 -08:00
  • eb12086d05 Fix typos in Travis CI section of the README.md David da Silva 2017-01-11 11:48:57 +01:00
  • 6259a32601 Add TravisCI Setup to README.md David da Silva 2017-01-11 10:04:48 +01:00
  • 4e13c7cbc1 SC2164: show two possible variants for circumenting the warning Bastian Bittorf 2017-01-10 12:30:47 +01:00
  • edb01fa855 Warn about ( -d foo ) and similar. Vidar Holen 2017-01-09 23:49:22 -08:00
  • d987c7a74b Update README.md Robert de Bock 2017-01-06 11:39:34 +01:00
  • 39e33e932b Update README.md Robert de Bock 2017-01-06 06:04:00 +01:00
  • 85e6c35845 Merge pull request #814 from Scorpiokat/master koalaman 2017-01-03 21:25:45 -08:00
  • 43f667a8f9 Update Analytics.hs Ekaterina Efimova 2017-01-03 21:48:35 +03:00
  • daacc98a8f Update Analytics.hs Ekaterina Efimova 2017-01-03 21:40:32 +03:00
  • 40907b1636 This commit fixes #803 Scorpiokat 2017-01-03 14:55:12 +00:00
  • 96168fc707 This commit fixes #797 Scorpiokat 2017-01-02 18:01:24 +00:00
  • 6aee12a572 Warnings for braces/globs/arrays in [/[[. Vidar Holen 2016-12-31 13:18:36 -08:00
  • 0048f34b11 Merge branch 'master' of github.com:koalaman/shellcheck Vidar Holen 2016-12-30 17:11:32 -08:00
  • e679ff222a Warn when using deprecated egrep/fgrep. Vidar Holen 2016-12-30 16:55:31 -08:00
  • 6f5648faca Update README.md koalaman 2016-12-30 10:31:34 -08:00
  • 30e94ea7ab Warn about comparisons and cases that can never match. Vidar Holen 2016-12-29 14:04:49 -08:00
  • d8f8a2fa14 Minor 2% parser speedup Vidar Holen 2016-12-29 10:56:00 -08:00
  • df3cc70658 Improve code for warning about escaped single quotes. Vidar Holen 2016-12-28 21:51:28 -08:00
  • 5669702362 Warn about missing and invalid subscripts in array assignments. Vidar Holen 2016-12-28 18:58:03 -08:00
  • bd9d05c759 Warn about missing space in [ foo= bar ] Vidar Holen 2016-12-27 21:20:59 -08:00
  • af87fe9315 add missing references to dash Austin English 2016-12-20 16:14:18 -06:00
  • c173b9d25d add missing references to dash Austin English 2016-12-20 16:14:18 -06:00
  • c2850e436f Merge pull request #804 from austin987/readme2 koalaman 2016-12-20 10:16:42 -08:00
  • d73fc8f91d README.md: sort package managers, add emerge (Gentoo) Austin English 2016-12-20 12:11:10 -06:00
  • 7124c113e8 Don't warn about .sh.version being unused (for Ksh) Vidar Holen 2016-12-17 16:03:06 -08:00
  • f594f01d35 Add warnings about redirections without commands. Vidar Holen 2016-12-17 15:03:52 -08:00
  • 6ccb7e9129 Fix 'for file; do ..' counting $file as a safe variable. Vidar Holen 2016-12-17 12:55:14 -08:00
  • 838f0ce4dc Count "%(%Y%m%d)T" as a single format in printf. Vidar Holen 2016-12-17 12:48:09 -08:00
  • 105b09792c Fix SC095 about < /dev/null when using ssh -n Vidar Holen 2016-12-17 12:41:00 -08:00
  • f6618d4332 Fix BSD style flag parsing to stop at -- Vidar Holen 2016-12-11 10:58:01 -08:00
  • 0a381be37b Improve heredoc delimiter handling. Vidar Holen 2016-12-11 10:09:13 -08:00
  • 46e47dad45 Don't quote source in 2041 and 2043. Vidar Holen 2016-12-10 22:39:38 -08:00
  • fee6c94d40 Alias ash to dash with warning. Vidar Holen 2016-12-10 10:57:01 -08:00
  • cf1c46d852 Add deprecation warning for tempfile Vidar Holen 2016-12-10 09:58:27 -08:00
  • a40efffec9 Explicitly import Data.Monoid Vidar Holen 2016-12-10 08:49:07 -08:00
  • 44b96fca66 Merge branch 'bug562' Vidar Holen 2016-12-03 10:21:49 -08:00
  • b4fb439191 Save string read by T_ParamSubSpecialChar Vidar Holen 2016-12-03 10:19:14 -08:00
  • 0897ab7092 Add handling for special characters in parameter substitutions. MortimerMcMire315 2016-11-28 16:06:02 -05:00
  • 9703f89f79 Merge pull request #774 from oyvindio/tag-releases-in-dockerhub koalaman 2016-11-28 11:39:48 -08:00
  • aadf02e635 Merge pull request #781 from austin987/patch-1 koalaman 2016-11-28 11:33:05 -08:00
  • 090051bdc1 Use $TRAVIS_TAG in $TAG if defined Øyvind Ingebrigtsen Øvergaard 2016-11-27 13:42:49 +01:00
  • b8c96b4361 Add info/link on ignoring issues to README Austin English 2016-11-21 19:53:26 -06:00
  • f26038125d Allow spaces/comments before filewide annotations. Vidar Holen 2016-11-20 18:06:36 -08:00
  • 08f7ff37c5 Some cleanup and refactoring. Vidar Holen 2016-11-12 15:51:36 -08:00
  • 60fc33ebdf Push git tags to dockerhub as docker tags Øyvind Ingebrigtsen Øvergaard 2016-11-11 20:32:05 +01:00
  • 3a006f7bcb Use camelcase for cabal commands to align with stack. Vidar Holen 2016-11-10 13:13:42 -08:00
  • 89b6fd58fa Reformat issue template koalaman 2016-10-31 18:20:39 -07:00
  • 069ddeffcc Merge pull request #766 from ryanoasis/issue-template koalaman 2016-10-31 17:46:47 -07:00
  • 59c4ed106c Create ISSUE_TEMPLATE.md Ryan L McIntyre 2016-10-31 20:25:55 -04:00
  • 5efb724a3e Stable version 0.4.5 v0.4.5 Vidar Holen 2016-10-21 14:00:50 -07:00
  • 619b6c42f3 Improve parsing of fd close/duplicate redirections. Vidar Holen 2016-10-21 11:31:58 -07:00
  • 88c56ecd53 Allow unrecognized directives with warnings. Vidar Holen 2016-10-14 12:14:20 -07:00
  • 6b62b5bf7e Don't warn about [ a '>' b ] needing escapes. Vidar Holen 2016-10-01 14:54:28 -07:00
  • 8672af29ef Split duplicate SC1009 into SC1014 for if [ grep foo bar ] Vidar Holen 2016-10-01 13:34:14 -07:00
  • 1a8e34bfea Don't suggest grep -c when used with -o Vidar Holen 2016-10-01 13:26:53 -07:00
  • b0dae063bf Add info when using 'find' without path Vidar Holen 2016-09-25 11:56:32 -07:00
  • 4fc4899803 Consider ${foo:=bar} an assignment. Vidar Holen 2016-09-24 19:01:13 -07:00
  • cd4896192c Don't consider ~foo constant. Vidar Holen 2016-09-24 15:32:44 -07:00
  • 868d53af95 Warn about passing globs to unset. Vidar Holen 2016-09-24 14:49:52 -07:00
  • 6a4b86cbea Fix warning for >& Vidar Holen 2016-09-24 14:08:00 -07:00
  • fe2398edc9 Warn about >& in sh Vidar Holen 2016-09-24 14:03:54 -07:00
  • 3a7dc86de1 Don't warn about unused vars with readonly -f Vidar Holen 2016-09-24 13:42:20 -07:00
  • 1c0ec9c6f6 Merge pull request #734 from NLKNguyen/add_CI_CD_solution_with_Docker koalaman 2016-09-11 23:42:06 -07:00
  • 84110dbef4 Change DOCKER_REPO value and add test runner NLKNguyen 2016-09-08 23:57:46 -07:00
  • 1a7e98beaf Use cleaner escaping method NLKNguyen 2016-09-08 21:58:51 -07:00
  • a5d5831a2e Fix syntax error with traditional if-clause instead of escaping bracket NLKNguyen 2016-09-08 21:41:06 -07:00
  • 47201822f9 Change syntax style for readability NLKNguyen 2016-09-08 21:31:23 -07:00
  • 32689ef5eb Test Dockerfiles and Travis CI on downstream repos NLKNguyen 2016-09-08 21:05:54 -07:00
  • 87481dce25 Warn about printf hello world and printf "%s %s" foo Vidar Holen 2016-09-06 21:16:59 -07:00
  • a90b6d14b3 Count b as a reference in ${a:b} Vidar Holen 2016-09-05 14:01:53 -07:00
  • 5a46eeb09a Allow #inline comments without SC2046. Vidar Holen 2016-09-05 12:38:35 -07:00