Commit graph

  • 1491402dcb Merge pull request #1027 from PeterDaveHello/README.md-Table-of-Contents koalaman 2017-10-15 19:08:16 -07:00
  • 436a46ebab Improve automated docker builds and tagging Vidar Holen 2017-10-15 14:29:44 -07:00
  • db1e24d140 Dockerfile renamed "shellcheck" to "bin". Unbreak it. Vidar Holen 2017-10-10 10:02:11 -07:00
  • 35daf7534b Add Table of Contents in README.md Peter Dave Hello 2017-10-10 20:25:04 +08:00
  • 76ad5dbb9f Enable syntax highlight in README.md code block Peter Dave Hello 2017-10-10 20:20:51 +08:00
  • f73736e5c9 Add Alpine-based docker image Vidar Holen 2017-10-07 13:18:59 -07:00
  • c41e1294ca Merge efafc4b597 into 3785a08906 Manuel Mendez 2017-10-04 03:41:30 +00:00
  • efafc4b597 build and publish alpine based docker images Manuel Mendez 2017-10-03 23:24:14 -04:00
  • 3785a08906 Don't suggest $@ in [[ $* = "" ]] (#976) Vidar Holen 2017-10-01 10:26:16 -07:00
  • 74c199b51a Warn when one case pattern overrides another. Vidar Holen 2017-09-16 15:23:51 -07:00
  • 371dcdda3a Warn about missing default case for getopts. Vidar Holen 2017-09-16 10:26:28 -07:00
  • 38044e3f75 Fix 2062 for grep -e -foo bar* and --regex -foo bar* Vidar Holen 2017-09-09 17:00:20 -07:00
  • b0f6f935f3 Don't suggset quoting in grep -- -foo bar* (#517) Vidar Holen 2017-09-09 16:57:06 -07:00
  • bd2facb245 Suggest (( expr )) over let expr (#813) Vidar Holen 2017-09-09 16:07:38 -07:00
  • 895ba31337 Add ^@![]/ to allowed function characters (#909) Vidar Holen 2017-09-09 15:34:08 -07:00
  • ccc037d458 Merge pull request #988 from Nightfirecat/953-local-A-fix koalaman 2017-09-09 09:37:04 -07:00
  • a1b370efbc Merge pull request #983 from Dynamic-Gravity/master koalaman 2017-09-09 09:35:59 -07:00
  • 7f36c369f3
    SC2154: Fix false positive on local Jordan Atwood 2017-09-03 11:41:15 -07:00
  • 0cbc1ea4e6 Merge c6cec9a1ec into 6c068e7d29 Andrew Pennebaker 2017-09-06 17:24:56 +00:00
  • c6cec9a1ec include ash as well Andrew Pennebaker 2017-09-06 12:24:52 -05:00
  • 525efdff5e readme: update supported languages Andrew Pennebaker 2017-09-06 12:19:54 -05:00
  • 7b55e73e03 Updated readme installation instructions Unknown 2017-08-29 13:38:12 -04:00
  • 6c068e7d29 Merge branch 'master' of github.com:koalaman/shellcheck Vidar Holen 2017-08-13 19:45:31 -07:00
  • 8dd40efb44 Add support for -a: emit for sourced files. Vidar Holen 2017-08-13 19:34:45 -07:00
  • 751aebf984 Merge pull request #968 from ssbarnea/patch-1 koalaman 2017-08-13 10:52:03 -07:00
  • 3bf6913a15 Documented binary cabal install for MacOS Sorin Sbarnea 2017-08-11 12:01:28 +01:00
  • 73d06c4f47 Autogenerate list of formats for --help Vidar Holen 2017-08-06 15:48:59 -07:00
  • 72ed234291 Merge pull request #964 from blueyed/help-document-output-formats koalaman 2017-08-06 15:35:26 -07:00
  • b94c03e5a1 Merge pull request #957 from martin-schwenke/issue-950 koalaman 2017-08-06 15:34:23 -07:00
  • 226bc4409c Use spaces with list of dialects in --help for consistency Daniel Hahler 2017-08-06 16:25:31 +02:00
  • 4a6acb6ff0 List available output formats in --help output Daniel Hahler 2017-08-06 16:24:43 +02:00
  • 1d76abc439 Add storage bucket listing to readme koalaman 2017-07-30 10:52:06 -07:00
  • 807d899f3b Fix incorrect detection of bash-style substring expansion Martin Schwenke 2017-07-20 09:20:37 +10:00
  • d6803ffa24 Merge pull request #955 from tsoernes/patch-1 koalaman 2017-07-18 20:39:39 -07:00
  • 4ec8d73a14 Add Stack as install method tsoernes 2017-07-19 04:17:09 +02:00
  • 81388cefd2 Warn when calling functions before defining them. Vidar Holen 2017-07-10 22:53:26 -07:00
  • 43bb6a20ad Improve message for SC1052-54 about 'then;' Vidar Holen 2017-07-08 17:25:54 -07:00
  • 8f99d2b008 Don't warn about missing path for find -O3 . (#942) Vidar Holen 2017-07-08 15:41:45 -07:00
  • 79ae89076a Swap SC1041 and SC1042 for better sort order. Vidar Holen 2017-07-08 15:21:58 -07:00
  • aa33280cb0 Improve here doc diagnosis Vidar Holen 2017-07-08 14:00:02 -07:00
  • bd13224907 Use standard Haskell 'void' instead of custom Vidar Holen 2017-07-08 10:23:51 -07:00
  • b064cf3038 Fix parsing here docs like << '#foo' (#947) Vidar Holen 2017-07-07 22:24:17 -07:00
  • 79d6066450 Mention docker release tags in readme koalaman 2017-07-05 10:30:30 -07:00
  • 1463cf773a Suggest explicit escape "\\n" for "\n" Vidar Holen 2017-07-04 11:06:52 -07:00
  • 31bb02d6b7 Ignore leading \ for commands (#927) Vidar Holen 2017-07-03 16:38:23 -07:00
  • 5bd33dbf92 Warn when piping/redirecting to mv/cp/echo/etc (#921) Vidar Holen 2017-07-03 16:02:58 -07:00
  • a3c6aff0fb Improve parsing of line breaks in for statements (#926) Vidar Holen 2017-07-03 13:58:10 -07:00
  • 8184ef1e8b Don't complain about missing space in {( (#937) Vidar Holen 2017-07-03 12:22:19 -07:00
  • a839a6657b Warn when commands start with dashes (#938) Vidar Holen 2017-07-03 12:06:59 -07:00
  • a10b924570 Mention correct operator when warning about spaces around += (#944) Vidar Holen 2017-07-03 10:44:09 -07:00
  • 8f31ae913b Skip command argument when checking trap signal specs (#946) Vidar Holen 2017-07-03 10:36:51 -07:00
  • a06ad41bfa Add Linux binaries to readme Vidar Holen 2017-06-24 23:00:59 -07:00
  • 21f5bf01eb Make TravisCI auto-build Linux executables. Vidar Holen 2017-06-24 19:20:59 -07:00
  • 2ded4df6fa Merge pull request #935 from blueyed/README-fixes koalaman 2017-06-14 10:47:28 -07:00
  • 90da31f226 README: style fixes, add Neomake Daniel Hahler 2017-06-13 21:22:50 +02:00
  • 45f48192c6 Merge 067ef85314 into b1486ec1e9 Daniel Hahler 2017-06-13 19:07:24 +00:00
  • 067ef85314 SC2029 is triggered with 'ssh -o Foo=bar "$host"' Daniel Hahler 2017-06-13 21:06:01 +02:00
  • b1486ec1e9 Merge pull request #903 from mrshu/mrshu/pushd-popd-like-cd koalaman 2017-06-12 09:54:05 -07:00
  • 954aa99b11 Analytics.hs: Refactor cd, popd and pushd checks mr.Shu 2017-06-12 12:13:27 +02:00
  • 79872f92f8 Merge branch 'master' of https://github.com/koalaman/shellcheck into mrshu/pushd-popd-like-cd mr.Shu 2017-06-12 11:29:19 +02:00
  • bf9b841b07 Link to Windows executables in the Readme koalaman 2017-06-10 10:10:09 -07:00
  • 5fad708df5 Zip compiled Windows executables. Vidar Holen 2017-06-10 09:26:08 -07:00
  • 5cece759cc Autobuild Windows .exe files Vidar Holen 2017-06-09 19:41:57 -07:00
  • 2f0339531f Merge 5dbb6d309d into 50c8172de4 Frank Dai 2017-06-05 06:16:14 +00:00
  • 50c8172de4 Allow escaping ( with quotes in [ .. ] (#925) Vidar Holen 2017-06-03 11:45:25 -07:00
  • ce950edbfd Don't trigger SC2026 when followed by empty literals (#923) Vidar Holen 2017-06-03 09:38:47 -07:00
  • f8e75d3e89 add compilation documentation for test runners Royce Remer 2016-02-28 14:28:40 -08:00
  • 6f4e06d83c Avoid rescanning tree for lastpipe on every node. Vidar Holen 2017-05-28 16:04:42 -07:00
  • 505ff7832f Recognize bash's shopt -s lastpipe Vladimir Panteleev 2017-05-22 05:12:50 +00:00
  • ac3f0b3360 SC2114 about rm -rf /usr is no longer silenced by -- Vidar Holen 2017-05-28 14:44:58 -07:00
  • 070a465b64 Recognize missing and superfluous cases in getopts loops. Vidar Holen 2017-05-28 13:38:04 -07:00
  • 4243c6a0bf Treat + like :+ to squash SC2068 Vidar Holen 2017-05-24 19:20:28 -07:00
  • ef632105cd Recognize bash's shopt -s lastpipe Vladimir Panteleev 2017-05-22 05:12:50 +00:00
  • 8bc89bc451 Mention DevGuide in the README Vidar Holen 2017-05-21 17:15:51 -07:00
  • 5099ebf9b9 Allow comments after shellcheck directives. Vidar Holen 2017-05-21 13:56:22 -07:00
  • d943ef6f77 Update Docker instructions. Vidar Holen 2017-05-20 21:13:53 -07:00
  • 5e4c288cf4 SC2174: Do not warn at mkdir -pm 0700 ../foo mr.Shu 2017-05-15 11:26:12 +02:00
  • 1b6500b6c0 SC2174: Do not warn at mkdir -pm 0700 ../foo mr.Shu 2017-05-15 11:26:12 +02:00
  • 9e35aa7ce8 SC2164: Make SC2164 apply to pushd and popd mr.Shu 2017-05-14 14:00:10 +02:00
  • 21d7068bc8 Add VSCode integration to editor list Vincent van der Weele 2017-05-04 15:50:40 +03:00
  • 3ac31be32c Add VSCode integration to editor list Vincent van der Weele 2017-05-04 15:50:40 +03:00
  • 961b77bf0a Merge bb51a84f63 into 324aa3cc88 Ky-Anh Huynh 2017-05-03 00:10:04 +00:00
  • 324aa3cc88 Improve and deduplicate string comparison warnings. Vidar Holen 2017-04-22 20:52:21 -07:00
  • 9c4f651e6b Document shell directive added by 944313c6 Dan Kegel 2017-04-18 07:59:01 -07:00
  • df8f64dcee Document shell directive added by 944313c6 Dan Kegel 2017-04-18 07:59:01 -07:00
  • 3cf8b9ceab Parse ksh nested arrays and warn about var=(( Vidar Holen 2017-04-17 21:00:41 -07:00
  • 5c01b6c7f5 Parse empty [ ] conditionals Vidar Holen 2017-04-16 18:11:00 -07:00
  • 7604e5eb58 Warn when using a glob as a command name. Vidar Holen 2017-04-15 19:53:09 -07:00
  • 4fb1080809 Warn when redirecting to a literal integer. Vidar Holen 2017-04-15 17:20:33 -07:00
  • 4f9a80db15 Remove leftover debug trace Vidar Holen 2017-04-15 13:44:01 -07:00
  • 3a38c50b8e Fix shellcheck warnings :P Vidar Holen 2017-04-15 13:24:41 -07:00
  • fd79e80e78 Fix SC2120 triggering on sourced files and ${!var*} Vidar Holen 2017-04-15 11:26:47 -07:00
  • 1fd9b474ba Don't warn about quoting variables in [ -v 'bar[$foo]' ] Vidar Holen 2017-04-15 10:57:10 -07:00
  • faafc99704 Don't trigger SC2037 when quoting (PAGER="cat" foo) Vidar Holen 2017-04-15 10:33:56 -07:00
  • bc882fd85a Recognize more invalid shebangs Vidar Holen 2017-04-08 16:24:27 -07:00
  • 41b6e3d5eb Don't warn about [ -v foo ] being unassigned. Vidar Holen 2017-04-08 14:37:58 -07:00
  • da1691912b Replace _otherwise with _ in cases Vidar Holen 2017-04-08 14:00:52 -07:00
  • 0feb95b337 Implement fixes suggested by HLint Vaibhav Sagar 2017-04-07 19:03:41 +07:00
  • 87c8524e7e Implement fixes suggested by HLint Vaibhav Sagar 2017-04-07 19:03:41 +07:00
  • f0e0d9ffdb Don't suggest \[\] in PS1 for non-bash Vidar Holen 2017-04-02 14:50:15 -07:00