-
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
print a warning when the return value of a function is checked when errexit is enabled
#3095
opened Dec 3, 2024 by
johnatswoopsrch
2 tasks
Add new rule - Don't use process substitution to avoid masking return values
#3094
opened Dec 3, 2024 by
ggjulio
2 tasks done
SC2059: What about when escape codes (e.g. ANSI colors), not printf specifiers, are in the variable?
#3093
opened Dec 2, 2024 by
techflashYT
2 of 4 tasks
test beginning with "${ and "$(" generate an at times confusing sc1009 and for "$( a potentially incorrect sc1083 message.
#3091
opened Nov 26, 2024 by
dshuman52
2 tasks done
Update Wiki Template to generate anchor point URLs
#3090
opened Nov 25, 2024 by
stdedos
2 of 4 tasks
Warn about Code Execution in Arithmetic Expressions for Bash
[[ $1 -eq 42 ]]
#3088
opened Nov 21, 2024 by
clushie
2 tasks done
There appears to be a missing check for mismatched [] around an array index reference.
#3085
opened Nov 15, 2024 by
dshuman52
SC2320 (warning): This $? refers to echo/printf, not a previous command.
#3083
opened Nov 13, 2024 by
macalixx
4 tasks done
SC2154 should optionally strict check to avoid errors when using "set -u"
#3081
opened Nov 11, 2024 by
kkmuffme
3 of 4 tasks
SC2154/check-unassigned-uppercase does not report error for $1,...
#3080
opened Nov 11, 2024 by
kkmuffme
4 tasks done
Bug: --include silently fails for optional checks without --enable
#3079
opened Nov 10, 2024 by
BebeSparkelSparkel
2 tasks done
feature request: detect wrong placement of /dev/null redirection
#3078
opened Nov 7, 2024 by
Villemoes
2 tasks
SC2031 is reported even if the subshell is in a different code path
#3068
opened Oct 6, 2024 by
ale5000-git
2 tasks done
Feature suggestion: Warnings regarding (automatic) recursive indirection/eval within [[ (( and $(( blocks
#3067
opened Oct 5, 2024 by
fedy-cz
(Other) Libraries suitable for implementing my own static analyses for (ba)sh
#3065
opened Sep 27, 2024 by
deliciouslytyped
Feature Request: case insensitive match for "shellcheck disable"
#3064
opened Sep 26, 2024 by
wileyhy
2 tasks done
(( arithmetic expressions )) for ksh a Linux flavor
#3063
opened Sep 25, 2024 by
LerouxYvon
2 of 4 tasks
Add a directive for treating a command as an alias of another command
#3060
opened Sep 22, 2024 by
thecaralice
2 tasks done
SC2086: variable from the braces expand loop
for i in {0..10}
#3059
opened Sep 18, 2024 by
A4-Tacks
1 of 4 tasks
Previous Next
ProTip!
Follow long discussions with comments:>50.