Commit Graph

  • 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
  • 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
  • 47a7065a7a Add style note for 'mycmd; if [ $? -eq 0 ]'. Vidar Holen 2016-08-28 20:54:08 -07:00
  • dbafbb3b3b Merge pull request #722 from kpankonen/docker koalaman 2016-08-07 11:43:37 -07:00
  • 13a2070a32 Support multidimensional KSH arrays and warn in Bash. Vidar Holen 2016-08-06 18:40:08 -07:00
  • fa4874c044 add Dockerfile that will build shellcheck Kevin Pankonen 2016-08-05 16:20:06 -07:00
  • 6a71ff6f46 Don't suggest removing $ in (( ${COLUMNS-80} )) Vidar Holen 2016-07-30 10:42:33 -07:00
  • 36263fb3f5 s/range/class/ when warning about tr '[abc]' Vidar Holen 2016-07-05 08:51:40 -07:00
  • 6dc419bbf5 Improve warning for 'else if'. Vidar Holen 2016-07-02 15:40:29 -07:00
  • 7af3470a91 Improve parser errors when reparsing array indices. Vidar Holen 2016-07-01 22:06:50 -07:00
  • 42f7479fb8 Don't warn about missing shebang when using directives. Vidar Holen 2016-07-01 22:02:06 -07:00
  • 50084c06c5 Don't warn when $(seq) is used unquoted. Vidar Holen 2016-07-01 21:26:46 -07:00
  • e3bef9dc97 Warn about (( 1 -lt 2 )) Vidar Holen 2016-07-01 20:33:07 -07:00
  • 6c1abb2dee Performance: make readDollarExpr fail early if no $ Vidar Holen 2016-06-30 10:01:03 -07:00
  • 43c26061b9 Improve parsing for ambiguous $((foo) ) and ((foo) ). Vidar Holen 2016-06-26 22:13:48 -07:00
  • 07fd5724b8 Recognize declare -A statements when value is inlined. Vidar Holen 2016-06-26 14:57:52 -07:00
  • eb2472ada8 Merge branch 'master' of github.com:koalaman/shellcheck Vidar Holen 2016-06-26 14:40:43 -07:00
  • 3e5ecaa262 Parse indices of associative arrays properly Vidar Holen 2016-06-26 14:39:49 -07:00
  • e1cec6c5d3 Merge pull request #694 from eatnumber1/end_column koalaman 2016-06-18 15:09:58 -07:00
  • eaa319ec57 Emit the end line in the JSON. Russell Harmon 2016-06-18 15:05:39 -07:00
  • 717b5e91f5 Merge pull request #693 from eatnumber1/end_column koalaman 2016-06-18 15:05:44 -07:00
  • 7f5f5b7fb5 Make SC1035 emit a proper end column Russell Harmon 2016-06-18 14:59:47 -07:00
  • 856d57f7d8 PositionedComment and ParseNote contains end cols. Russell Harmon 2016-06-18 14:50:18 -07:00
  • c45e9d4878 Merge pull request #677 from Maffblaster/patch-1 koalaman 2016-05-26 12:11:02 -07:00
  • 89c6f6c800 Add Gentoo to supported distribution list. Matthew Marchese 2016-05-26 09:56:36 -07:00
  • 85e69f86eb In (( x = y )), logic to not reference x also grabbed y Vidar Holen 2016-05-24 09:12:47 -07:00
  • ad1a0da954 Attempted bats @test support bats Vidar Holen 2016-05-22 18:53:35 -07:00
  • 47fd16b8e8 Stable version 0.4.4 Vidar Holen 2016-05-15 13:53:37 -07:00
  • be4df190d1 Stable version 0.4.4 v0.4.4 Vidar Holen 2016-05-15 13:21:10 -07:00
  • 1d04754b37 Don't warn about a && b || c in if/while/until. Vidar Holen 2016-05-14 17:14:32 -07:00
  • 13ff0a7432 Warn when arrays are appended/assigned scalars. Vidar Holen 2016-05-14 16:24:18 -07:00
  • 40136fe249 Fix parsing of [[ a =~ {$var} ]] Vidar Holen 2016-05-08 12:19:25 -07:00
  • 86999ded1f Improve 'let' parsing, trigger unused var for ((a=1)) Vidar Holen 2016-04-30 13:45:39 -07:00
  • 7551a241ad Add missing warnings for {$i..10} similar to {1..$i} Vidar Holen 2016-04-23 16:00:56 -07:00
  • 2f0ae44de4 Fix parsing of here documents Vidar Holen 2016-04-16 19:14:02 -07:00
  • 51d8caf2c9 Add missing import Vidar Holen 2016-04-16 09:53:15 -07:00
  • f835c2d4c1 Fix handling of spaces in shebangs. Vidar Holen 2016-04-16 09:42:07 -07:00
  • db0c8c2dc9 Separate out command specific checks. Vidar Holen 2016-04-10 17:01:40 -07:00
  • 9911470d67 Don't warn about LINENO in dash Vidar Holen 2016-04-09 09:56:07 -07:00
  • a5821c3a4d s/sh/bash/ in SC2176 because of posix guarantees. Vidar Holen 2016-03-19 16:47:55 -07:00
  • c91083354f Warn about timing pipelines and compound commands in sh/dash. Vidar Holen 2016-03-19 16:14:55 -07:00
  • 2957fb64c9 Allow parsing 'time ( foo )' Vidar Holen 2016-03-19 16:13:54 -07:00
  • 459e30804f Merge pull request #622 from Arguggi/master koalaman 2016-03-19 14:50:48 -07:00
  • 49569e10e6 Merge pull request #628 from benmwebb/patch-1 koalaman 2016-03-11 09:02:02 -08:00
  • ba0221a1da Fix a handful of typos. Ben Webb 2016-03-10 21:27:07 -08:00