-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Issues: koalaman/shellcheck
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
SC2004
: false positive on associative arrays used inside (())
#3208
opened May 20, 2025 by
Yrahcaz7
1 task done
Heredoc terminated after process substitution parenthesis should be flagged
#3199
opened May 3, 2025 by
ShamrockLee
SC2044: find loop wiki suggestion has problem in specific case
#3190
opened Apr 16, 2025 by
tbsmark86
Suggest
-z
/-n
for comparison against empty string (= ''
/!= ''
)
#3187
opened Apr 14, 2025 by
e-kwsm
2 of 4 tasks
merge SC3046 SC3051 ("In POSIX sh, source in place of . is undefined")
#3186
opened Apr 10, 2025 by
jmuf
SC3016 and SC3017 are not issued for
test ! -a
and test ! -v
, respectively
#3173
opened Mar 24, 2025 by
e-kwsm
3 of 4 tasks
opening a pipe to a
while read
loop flags assignment of $?
as SC2319
#3165
opened Mar 21, 2025 by
solstice333
SC2236/SC2237-equivalent to binary operators:
=
, !=
, -eq
, -ne
, -gt
, -ge
, -lt
, and -le
#3164
opened Mar 20, 2025 by
e-kwsm
2 tasks done
SC2292 description reads as though [[ ]] are a drop in replacement for [ ] in Bash
#3162
opened Mar 19, 2025 by
qha
Previous Next
ProTip!
Adding no:label will show everything without a label.