-
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
Warn about Code Execution in Arithmetic Expressions for Bash
[[ $1 -eq 42 ]]
#3088
opened Nov 21, 2024 by
clushie
2 tasks done
SC1073 parse error in double quoted string. (possible improvement the message is NOT incorrect as issued in this case)
#3085
opened Nov 15, 2024 by
dshuman52
4 tasks
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
[SC2120] False positive when a function is called by
trap
with arguments
#3052
opened Sep 3, 2024 by
Frederick888
2 of 4 tasks
SC2317 false positives on scripts run with
source
and having return
as its last command
#3046
opened Aug 27, 2024 by
pteroismw
1 of 4 tasks
Previous Next
ProTip!
Adding no:label will show everything without a label.