-
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
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
negation of SC2056,
(( $1 == 0 && $1 == 3 ))
, is not detected
#3181
opened Apr 4, 2025 by
e-kwsm
2 of 4 tasks
negation of SC2252,
[ "$1" = foo ] && [ "$1" = bar ]
, is not detected
#3180
opened Apr 4, 2025 by
e-kwsm
2 of 4 tasks
negation of SC2055,
[[ $1 = foo && $1 = bar ]]
, is not detected
#3179
opened Apr 4, 2025 by
e-kwsm
2 of 4 tasks
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
SC3013: POSIX.1-2024 adds test operators
-ef
, -nt
, and -ot
on files
#3167
opened Mar 23, 2025 by
e-kwsm
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
Comments starting with shellcheck throw SC1072 and SC1073 when they are not related to disabling rules
#3160
opened Mar 16, 2025 by
nickjj
feature request: add option to complain about redundant braces
#3158
opened Mar 12, 2025 by
kurahaupo
Previous Next
ProTip!
Updated in the last three days: updated:>2025-04-22.