Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / koalaman/shellcheck issues and pull requests
#1928 - Allow `enable` to override `severity`
Issue -
State: open - Opened by scop almost 5 years ago
- 2 comments
#1875 - Detect obsolete and optional commands
Issue -
State: open - Opened by habere-et-dispertire almost 5 years ago
#1861 - Allow to use as pre-commit hook
Issue -
State: closed - Opened by IvanBoyko almost 5 years ago
- 6 comments
#1845 - Add home to source paths
Issue -
State: open - Opened by LiterallyUniqueLogin almost 5 years ago
- 3 comments
#1843 - Request: Support PKGBUILD files
Issue -
State: open - Opened by KSXGitHub almost 5 years ago
- 21 comments
#1811 - SC1017 not excluded properly with .shellcheckrc
Issue -
State: open - Opened by kins-dev about 5 years ago
- 4 comments
#1790 - invalid shell script from diff when fixing SC2248 and SC2250 simultaneously
Issue -
State: open - Opened by defg about 5 years ago
- 4 comments
#1786 - Warn about security pitfalls of `find -exec` in favor of -execdir
Issue -
State: open - Opened by rpdelaney about 5 years ago
- 2 comments
#1748 - False positive on SC2185 (find without path argument)
Issue -
State: open - Opened by vog over 5 years ago
- 4 comments
#1746 - [SC2116] exception: `$(echo ...)` used to compose regular expression patterns
Issue -
State: open - Opened by 64kramsystem over 5 years ago
- 1 comment
#1738 - Provide a bash4 compatibility mode
Issue -
State: open - Opened by vvug over 5 years ago
- 3 comments
#1727 - Create new id for `local` in POSIX script
Issue -
State: closed - Opened by go2null over 5 years ago
- 2 comments
#1719 - Enhancement: Warn about irrelevant directives
Issue -
State: open - Opened by matthewpersico over 5 years ago
- 1 comment
#1695 - SC2120: ShellCheck doesn't process ${1:-default} or ${1-default)
Issue -
State: open - Opened by mech422 over 5 years ago
- 2 comments
#1683 - Unable to satisfy SC2021 with busybox tr and without CONFIG_FEATURE_TR_CLASSES
Issue -
State: closed - Opened by oliv3r over 5 years ago
- 10 comments
#1679 - SC2119 for functions in sourced files with optional arguments
Issue -
State: open - Opened by anlutro over 5 years ago
- 5 comments
#1678 - SC3003 wrongly trigged on $'..' C-like strings
Issue -
State: open - Opened by leagris over 5 years ago
- 4 comments
#1677 - syntax: {varname[idx]}< redirection unrecognized
Issue -
State: open - Opened by dcsobral over 5 years ago
- 2 comments
#1670 - Can't disable SC1114
Issue -
State: open - Opened by mmazurkevich over 5 years ago
- 1 comment
#1640 - SC2002: when cat is on a line on its own, suggest putting the redirection before the command instead
Issue -
State: open - Opened by pabs3 over 5 years ago
- 3 comments
#1595 - SC2218 when overriding existing function
Issue -
State: open - Opened by Toreno96 over 5 years ago
- 1 comment
#1593 - SC2039 "In POSIX sh, echo flags are undefined." triggered for /bin/echo
Issue -
State: open - Opened by ribx over 5 years ago
- 1 comment
#1567 - SC2086 allowing unquoted variables in some contexts contra some style guides
Issue -
State: open - Opened by alexharv074 almost 6 years ago
- 2 comments
#1548 - False positive for SC1003 (escape single quote)
Issue -
State: open - Opened by aschaepper almost 6 years ago
- 3 comments
#1544 - more nameref assignment shenanigans
Issue -
State: closed - Opened by matthewpersico almost 6 years ago
- 2 comments
#1543 - nameref assignments misunderstood
Issue -
State: closed - Opened by matthewpersico almost 6 years ago
- 2 comments
#1490 - False Positive for SC1003
Issue -
State: open - Opened by gnzlbg about 6 years ago
- 1 comment
#1369 - Use file extension to detect shell
Issue -
State: closed - Opened by ingydotnet over 6 years ago
- 36 comments
#1365 - Explain flag
Issue -
State: closed - Opened by Superpat over 6 years ago
- 8 comments
#1360 - Add better documentation to koalaman/shellcheck Docker Hub page - borrow from @NLKNguyen please
Issue -
State: open - Opened by obscurerichard over 6 years ago
- 2 comments
#1306 - find a way to allow use of shellcheck with jinja2 shell script templates (ansible)
Issue -
State: open - Opened by ssbarnea over 6 years ago
- 7 comments
#1287 - Detect assignment to readonly variable
Issue -
State: open - Opened by Warbo over 6 years ago
- 5 comments
#1238 - SC2142: Ignore calls to awk
Issue -
State: closed - Opened by stdedos over 6 years ago
- 1 comment
Labels: fix later
#1228 - Warn on Invalid Exit Codes
Issue -
State: open - Opened by eatnumber1 almost 7 years ago
- 9 comments
#1220 - [Feature] Auto Fix
Issue -
State: closed - Opened by Dmole almost 7 years ago
- 19 comments
Labels: autofix
#1217 - SC2144 incorrect
Issue -
State: closed - Opened by fredjohnsen almost 7 years ago
- 10 comments
Labels: working as intended
#1202 - SC2129: '{ cmd1; cmd2; } >> file' vs 'here document'
Issue -
State: open - Opened by mhoes almost 7 years ago
- 4 comments
#1201 - New directive to stop processing until the end of the file
Issue -
State: open - Opened by gvlx almost 7 years ago
- 7 comments
#1162 - SC2230 - command -v is not a direct replacement for which
Issue -
State: closed - Opened by arth1 almost 7 years ago
- 28 comments
#1146 - When having nested cd, SC2013 is not raised
Issue -
State: closed - Opened by zapashcanon almost 7 years ago
- 6 comments
#1122 - Feature Request: shellcheckwiki from command line
Issue -
State: closed - Opened by xxfelixxx almost 7 years ago
- 4 comments
#1109 - "cmd | grep --quiet" introduces race condition
Issue -
State: open - Opened by gozdal about 7 years ago
- 8 comments
#1052 - Feature: When using "set -u" and testing if a variable is set, don't forget "${:-}"
Issue -
State: open - Opened by sbr-nrubinstein over 7 years ago
- 4 comments
#1028 - False positive of SC2059 where the "format string" is "$array[@]"
Issue -
State: open - Opened by brlin-tw over 7 years ago
- 12 comments
#962 - Using wildcards when subdirectories exist, results in "openBinaryFile: permission denied (Permission denied)"
Issue -
State: open - Opened by edmorley over 7 years ago
- 2 comments
#960 - disabling a single line effects multiple lines?
Issue -
State: closed - Opened by austin987 over 7 years ago
- 5 comments
#901 - Feature request: Alert for exporting an array
Issue -
State: open - Opened by andras-tim almost 8 years ago
- 2 comments
#861 - False positive for SC1003
Issue -
State: open - Opened by austin987 almost 8 years ago
- 18 comments
#853 - Support ash as its own dialect
Issue -
State: closed - Opened by mmlb almost 8 years ago
- 23 comments
#817 - SC2034 doesn't consider namerefs
Issue -
State: open - Opened by zx2c4 about 8 years ago
- 5 comments
#816 - If/Boolean as a potential beginner error
Issue -
State: open - Opened by rugk about 8 years ago
- 5 comments
#796 - Feature request: warn when echo prints text containing an untrusted variable
Issue -
State: open - Opened by austin987 about 8 years ago
- 7 comments
#769 - SC1090/SC1091: sourcing should find files relative to script
Issue -
State: closed - Opened by petersohn over 8 years ago
- 27 comments
#760 - stop parsing after an unconditional exit
Issue -
State: open - Opened by izabera over 8 years ago
- 3 comments
#752 - Style: Add optional directive to flag for variable names not surrounded in curly braces
Issue -
State: closed - Opened by srcshelton over 8 years ago
- 18 comments
#650 - recommend 'set -u' or alert on unset variables
Issue -
State: open - Opened by jschauma almost 9 years ago
- 3 comments
#643 - Add a check for checking return code after a `local` or `declare` line
Issue -
State: open - Opened by thegranddesign almost 9 years ago
- 9 comments
#634 - don't report sc2128 for FUNCNAME
Issue -
State: open - Opened by izabera almost 9 years ago
- 3 comments
#581 - Regarding shell scripts that are only meant to be source (SC2148)
Issue -
State: closed - Opened by chauncey-garrett about 9 years ago
- 25 comments
#581 - Regarding shell scripts that are only meant to be source (SC2148)
Issue -
State: closed - Opened by chauncey-garrett about 9 years ago
- 20 comments
#500 - shellcheck source: moar capabilities please
Issue -
State: open - Opened by aw-was-here over 9 years ago
- 6 comments
#478 - SC2086: backticks quoting gives wrong warning
Issue -
State: closed - Opened by mulle-nat over 9 years ago
- 10 comments
#380 - Sometimes too overzealous in regards to unquoted variables
Issue -
State: open - Opened by FransUrbo almost 10 years ago
- 58 comments
#356 - Support for pre-declared "external" globals for sourced scripts to avoid SC2154 warnings.
Issue -
State: open - Opened by deryni almost 10 years ago
- 25 comments
#346 - Encourage ${VAR} for adjacent concatenations
Issue -
State: closed - Opened by mcandre almost 10 years ago
- 4 comments
#309 - Bash tab-completion for shellcheck
Issue -
State: open - Opened by gwern about 10 years ago
- 3 comments
#282 - SC2094: assumes files too often
Issue -
State: open - Opened by pixelb about 10 years ago
- 5 comments
#219 - SC2123 seems to do pattern matching
Issue -
State: open - Opened by arth1 over 10 years ago
- 3 comments
#143 - Check directories recursively
Issue -
State: open - Opened by untitaker almost 11 years ago
- 34 comments
#58 - Can this thing be wired up for Makefiles?
Issue -
State: closed - Opened by RhysU about 11 years ago
- 15 comments