Skip to content

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
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Detect wrong uses of exec for programs with arguments
#2745 opened Apr 26, 2023 by jjant
2 tasks done
Please have a default path for shellcheckrc
#2744 opened Apr 24, 2023 by phu9Suop
1 task
request: warn on simple infinite recursion
#2742 opened Apr 20, 2023 by mcandre
2 tasks done
SC2123 detection is unreliable
#2739 opened Apr 15, 2023 by ale5000-git
2 of 4 tasks
support --stdin-filename when passing files via stdin
#2735 opened Apr 13, 2023 by vapier
2 tasks done
Fails compilation on GHC 9.6
#2734 opened Apr 10, 2023 by ysangkok
Double quoting false positive for $COMP_CWORD
#2732 opened Apr 7, 2023 by hyperupcall
2 tasks done
Show "SCxxxx" error code in warning message
#2731 opened Apr 6, 2023 by coolaj86
2 tasks done
Should warn if for loop clobbers array variable index 0
#2730 opened Apr 5, 2023 by zhatt
2 of 4 tasks
Not detected return inside subshell
#2729 opened Apr 5, 2023 by mikhailnov
SC3028 for "${EUID:-$(id -u)}"
#2728 opened Apr 4, 2023 by dereckson
2 tasks done
(( used for strings
#2727 opened Apr 2, 2023 by pan64
2 of 4 tasks
No errors if $SHELL is executed directly
#2724 opened Mar 24, 2023 by hyperupcall
2 tasks done
Binaries for solaris.
#2723 opened Mar 23, 2023 by edimatt
SC2269 incorrectly says that an assignment does nothing
#2722 opened Mar 22, 2023 by Brassrat
2 tasks done
ProTip! Exclude everything labeled bug with -label:bug.