-
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
Suggest
getopt
instead of any kind of manual options parsing
#2595
opened Sep 25, 2022 by
l0b0
2 tasks done
SC2096: Detects also non-shebang comments (i.e.
# /...
without #!
)
#2740
opened Apr 16, 2023 by
HenrikBengtsson
4 tasks done
[New Check] Warn when builtins might mask return codes
#2439
opened Jan 31, 2022 by
sboyd-m
2 tasks done
Should warn about redundant
cmd || exit $?
when set -e
#1163
opened Mar 28, 2018 by
zapashcanon
3 of 4 tasks
New directive to stop processing until the end of the file
#1201
opened May 4, 2018 by
gvlx
2 tasks done
[Feature Request] Add warning for docker interactive mode
#2083
opened Nov 3, 2020 by
Nkmol
2 tasks done
BUG: 'cp -r' is not recognised as implementation defined
#2302
opened Aug 21, 2021 by
herpes-free-engineer-hpe
3 of 4 tasks
Rule: Warn on bash-style array syntax for non-bash-family shells
#2575
opened Sep 14, 2022 by
mcandre
2 tasks done
support --stdin-filename when passing files via stdin
#2735
opened Apr 13, 2023 by
vapier
2 tasks done
Declaring bash functions using the
function
keyword, with function body in parens
#2651
opened Jan 1, 2023 by
DrHyde
2 tasks done
Feature: Detect when something that looks like a variable is used
#961
opened Aug 3, 2017 by
adiroiban
Another false positive for SC2050 when compared with ""
#2653
opened Jan 2, 2023 by
dakusui
2 tasks done
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.