Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / koalaman/shellcheck issues and pull requests
#2817 - Doesn't seem to check for functions modifying global variables
Issue -
State: open - Opened by pboucherat-thegoodpenguin over 1 year ago
- 3 comments
#2816 - SC2086 unnecessary for `readonly` assignments
Issue -
State: open - Opened by climbTheStairs over 1 year ago
- 1 comment
#2813 - Why missing quotes around `$()` is not detected?
Issue -
State: open - Opened by tbhaxor over 1 year ago
#2812 - Warn about "if FUNC; then" and "FUNC ||" that suppresses "-e" in the function
Issue -
State: closed - Opened by pothos over 1 year ago
- 2 comments
#2811 - Missing SC2086 on commands beginning with input direction
Issue -
State: open - Opened by FrankHB over 1 year ago
- 2 comments
#2810 - bash exclamation mark in pipe results in error but is undetected by shellcheck
Issue -
State: closed - Opened by programminghoch10 over 1 year ago
- 1 comment
#2809 - SC2312 false positive inside conditionals
Issue -
State: closed - Opened by bruce-ricard over 1 year ago
- 1 comment
#2808 - improve short description for SC2038
Pull Request -
State: open - Opened by bruce-ricard over 1 year ago
#2807 - SC2312 check-extra-masked-returns should be warning and default
Issue -
State: open - Opened by bruce-ricard over 1 year ago
- 1 comment
#2806 - Feature Request: Allow ignore of checks specific to a shellcheck version
Issue -
State: open - Opened by jpbuecken over 1 year ago
#2805 - new check: detect non-portable use of 'read' builtin with no variable name
Issue -
State: closed - Opened by pm215 over 1 year ago
- 1 comment
#2804 - rule for non existent function or command?
Issue -
State: open - Opened by tooptoop4 over 1 year ago
- 3 comments
#2803 - Heredoc after source causes sourced file to fail to parse (SC1094)
Issue -
State: closed - Opened by ruuda over 1 year ago
- 2 comments
#2802 - Code return warning on rm|ls|cp|mv to prevent "Argument list too long"
Issue -
State: open - Opened by Jambon1510 over 1 year ago
- 1 comment
#2801 - since bash-language server update earlier today shellcheck appears to be getting stuck in a loop and eating up memory
Issue -
State: open - Opened by croyleje over 1 year ago
- 3 comments
#2800 - GCW
Issue -
State: closed - Opened by Gaellll over 1 year ago
#2799 - Warn about [[ $foo == "*keyword*" ]]
Issue -
State: open - Opened by guettli over 1 year ago
- 2 comments
#2798 - Shellcheck 1.1.0 xz: (stdin): File format not recognized
Issue -
State: closed - Opened by Sandeep7409 over 1 year ago
- 1 comment
#2796 - [SC2153] impossible possible misspelling when unbound variables stop program
Issue -
State: open - Opened by bruce-ricard over 1 year ago
#2795 - Update README to include sonar-shellcheck
Pull Request -
State: open - Opened by andrei-epure-sonarsource over 1 year ago
#2794 - doc: mention SonarQube plugin sonar-shellcheck
Issue -
State: open - Opened by andrei-epure-sonarsource over 1 year ago
#2793 - Feature request: Useless cat when piping
Issue -
State: closed - Opened by ember91 over 1 year ago
- 4 comments
#2792 - Feature request: Warn if copying with cat
Issue -
State: closed - Opened by ember91 over 1 year ago
- 1 comment
#2791 - SC2044 does not offer a solution for filenames with line breaks
Issue -
State: open - Opened by davidhedlund over 1 year ago
#2790 - SC2064: arrows misead by pointing to variables
Issue -
State: open - Opened by wileyhy over 1 year ago
- 2 comments
#2789 - SC2015: `A && B || true` should be considered OK
Issue -
State: open - Opened by ShamrockLee over 1 year ago
- 7 comments
#2788 - False positive: SC2016: `find . -exec dash -c ...` complains about single quoted expressions.
Issue -
State: open - Opened by Dylan-Brotherston over 1 year ago
#2787 - False positive for SC2034
Issue -
State: open - Opened by Krasauskas over 1 year ago
- 9 comments
#2786 - Request: Error for ${} around a file path with multiple variables
Issue -
State: open - Opened by StandingPadAnimations over 1 year ago
- 3 comments
#2785 - rule for possible missed $ to reference variable?
Issue -
State: open - Opened by tooptoop4 over 1 year ago
- 2 comments
#2784 - Avoid masking return values when using `< <(command)`
Issue -
State: closed - Opened by felipecrs over 1 year ago
- 1 comment
#2783 - Typo in code
Issue -
State: open - Opened by szepeviktor over 1 year ago
- 1 comment
#2782 - In dash ${@} parameter transformation is undefined
Issue -
State: open - Opened by tdukv over 1 year ago
- 4 comments
#2781 - False positive: SC2119 and SC2120 - "$#" is not an argument / positional parameter.
Issue -
State: open - Opened by noncog over 1 year ago
- 3 comments
#2780 - Performance on VERY large script
Issue -
State: closed - Opened by maximunited over 1 year ago
- 11 comments
#2779 - SC2154: Warn for `set -u` variables that will fail to expand, e.g. also in an `if`-condition
Issue -
State: open - Opened by stdedos over 1 year ago
- 18 comments
#2778 - False positive SC2124 on `quoted_args="${@@Q}"`
Issue -
State: open - Opened by l0b0 over 1 year ago
#2777 - Emit warning for standalone pre/post increment/decrement operations with 'set -e'
Issue -
State: open - Opened by varungandhi-src over 1 year ago
- 1 comment
#2776 - Exceptions for SC2181
Issue -
State: open - Opened by qianbinbin over 1 year ago
- 3 comments
#2775 - SC2312 should be a little smarter
Issue -
State: open - Opened by oliv3r over 1 year ago
#2774 - Compiling ShellCheck is very slow
Issue -
State: closed - Opened by treeowl over 1 year ago
- 2 comments
#2773 - SC2016 false positive: awk expression with `$` fails if prepended by `command -p`
Issue -
State: closed - Opened by LucasLarson over 1 year ago
- 1 comment
#2772 - Variables-by-ref confusedly trigger SC2034
Issue -
State: closed - Opened by matthewpersico over 1 year ago
- 2 comments
#2771 - [FEATURE REQUEST] Check if variables are defined before other variables that use them
Issue -
State: open - Opened by gabriel-astapenco-koin over 1 year ago
- 5 comments
#2770 - SC2155: A hidden case of "masking" return values
Issue -
State: open - Opened by stdedos over 1 year ago
- 4 comments
#2769 - SC1143: SC shows error, but script doesn't appear to error
Issue -
State: open - Opened by wileyhy over 1 year ago
- 8 comments
#2768 - Add dependabot
Pull Request -
State: closed - Opened by nicolas-ot over 1 year ago
- 1 comment
#2767 - SC2154 false positive when declaring array members with "printf -v" without quotes
Issue -
State: open - Opened by manfredsc over 1 year ago
#2766 - POSIX find
Issue -
State: open - Opened by aeiplatform over 1 year ago
- 2 comments
#2765 - Get rid of a dangerous partial function from checkSpacefulnessCfg'
Pull Request -
State: closed - Opened by josephcsible over 1 year ago
- 2 comments
#2764 - Readonly reassignment
Issue -
State: open - Opened by aeiplatform over 1 year ago
- 1 comment
#2763 - SC2086: Numeric expansion
Issue -
State: open - Opened by aeiplatform over 1 year ago
- 1 comment
#2762 - 你好
Issue -
State: closed - Opened by dengyufei123 almost 2 years ago
- 1 comment
#2761 - shell
Issue -
State: closed - Opened by cj-ship almost 2 years ago
- 1 comment
#2760 - Accept .sh.file variable for ksh scripts
Issue -
State: open - Opened by cpassuel almost 2 years ago
- 1 comment
#2759 - Warn when `trap action condition` is not correct
Issue -
State: open - Opened by stdedos almost 2 years ago
#2758 - Add a directive to set the "coreutils" implementation
Issue -
State: open - Opened by dgutson almost 2 years ago
#2757 - SC2030: Loop modifications in subshell
Issue -
State: open - Opened by aeiplatform almost 2 years ago
- 1 comment
#2756 - Analytics.hs prop_checkArithmeticDeref11 verifyNot not working? (SC2004)
Issue -
State: open - Opened by TuxVinyards almost 2 years ago
- 1 comment
#2755 - SC2208 is too permissive
Issue -
State: open - Opened by mbs-c almost 2 years ago
#2754 - SC2045: Iterating over sudo ls
Issue -
State: open - Opened by aeiplatform almost 2 years ago
#2753 - .git/config disclosed in shellcheck.net domain
Issue -
State: closed - Opened by 8183K almost 2 years ago
- 1 comment
#2752 - [Question] Unable to satisfy the rule SC2207 without breaking the code.
Issue -
State: open - Opened by SmashingQuasar almost 2 years ago
#2751 - Warn about missing expand_aliases
Issue -
State: open - Opened by piegamesde almost 2 years ago
#2750 - DIRSTACK isn't predefined in the POSIX shell
Issue -
State: open - Opened by XSven almost 2 years ago
#2749 - Fix #2734: adjust bounds to compile on 9.6
Pull Request -
State: closed - Opened by josephcsible almost 2 years ago
- 3 comments
#2748 - Request warning for changing internal variables
Issue -
State: open - Opened by FinzelStefan almost 2 years ago
- 2 comments
#2747 - Add a warning when printing banners with `echo ###...`
Issue -
State: open - Opened by J-M0 almost 2 years ago
- 1 comment
#2746 - Add fish to the badShells list
Pull Request -
State: closed - Opened by J-M0 almost 2 years ago
- 2 comments
#2745 - Detect wrong uses of `exec` for programs with arguments
Issue -
State: open - Opened by jjant almost 2 years ago
#2744 - Please have a default path for shellcheckrc
Issue -
State: closed - Opened by phu9Suop almost 2 years ago
- 5 comments
#2743 - SC2046 does not work with the kill command
Issue -
State: open - Opened by tanducmai almost 2 years ago
- 2 comments
#2742 - request: warn on simple infinite recursion
Issue -
State: open - Opened by mcandre almost 2 years ago
#2741 - [Wiki] Updated SC3026: request of review
Issue -
State: open - Opened by maxnikulin almost 2 years ago
- 1 comment
#2740 - SC2096: Detects also non-shebang comments (i.e. `# /...` without `#!`)
Issue -
State: open - Opened by HenrikBengtsson almost 2 years ago
#2739 - SC2123 detection is unreliable
Issue -
State: open - Opened by ale5000-git almost 2 years ago
#2738 - SC2310 doesn't take subshells into account when determining if `errexit` or `set -e` is turned on
Issue -
State: open - Opened by h3xx almost 2 years ago
#2737 - Shellcheck does not complain about find -exec + (invalid on AIX)
Issue -
State: closed - Opened by bmarwell almost 2 years ago
- 4 comments
#2736 - Darwin arm64 builds
Pull Request -
State: closed - Opened by omissis almost 2 years ago
- 4 comments
#2735 - support --stdin-filename when passing files via stdin
Issue -
State: open - Opened by vapier almost 2 years ago
- 2 comments
#2734 - Fails compilation on GHC 9.6
Issue -
State: closed - Opened by ysangkok almost 2 years ago
- 5 comments
#2733 - SC2295 should also warn for unquoted variables in pattern substitution
Issue -
State: open - Opened by vejkse almost 2 years ago
#2732 - Double quoting false positive for `$COMP_CWORD`
Issue -
State: open - Opened by hyperupcall almost 2 years ago
#2731 - Show "SCxxxx" error code in warning message
Issue -
State: closed - Opened by coolaj86 almost 2 years ago
- 5 comments
#2730 - Should warn if for loop clobbers array variable index 0
Issue -
State: open - Opened by zhatt almost 2 years ago
#2729 - Not detected return inside subshell
Issue -
State: open - Opened by mikhailnov almost 2 years ago
- 1 comment
#2728 - SC3028 for "${EUID:-$(id -u)}"
Issue -
State: open - Opened by dereckson almost 2 years ago
- 1 comment
#2727 - (( used for strings
Issue -
State: open - Opened by pan64 almost 2 years ago
- 1 comment
#2726 - SC1044 breaks on empty quoted strings in heredoc delimeter word
Issue -
State: open - Opened by jrogov almost 2 years ago
- 1 comment
#2725 - Typos in built-in commands are not recognized as errors
Issue -
State: open - Opened by MarkyMarkDE almost 2 years ago
#2724 - No errors if `$SHELL` is executed directly
Issue -
State: open - Opened by hyperupcall almost 2 years ago
#2723 - Binaries for solaris.
Issue -
State: open - Opened by edimatt almost 2 years ago
- 1 comment
#2722 - SC2269 incorrectly says that an assignment does nothing
Issue -
State: open - Opened by Brassrat almost 2 years ago
- 1 comment
#2721 - ShellCheck busy loops and allocates memory until it is killed by OOM killer
Issue -
State: open - Opened by kdudka almost 2 years ago
- 15 comments
#2720 - Question: Docker Hub Free team sunset
Issue -
State: open - Opened by mouchar almost 2 years ago
- 2 comments
#2719 - False SC2154 positive when assigning a variable via mapfile/readarray
Issue -
State: closed - Opened by 64kramsystem almost 2 years ago
- 1 comment
#2718 - SC2312 and bash 5.2
Issue -
State: open - Opened by pan64 almost 2 years ago
#2717 - documentation of SC2115 is incorrect
Issue -
State: open - Opened by pan64 almost 2 years ago
#2716 - [SC2086] Passing list known only at runtime to function as positional args
Issue -
State: open - Opened by seanbright almost 2 years ago
#2715 - SC3049 firing when -- arg terminator used with trap
Issue -
State: open - Opened by actualben almost 2 years ago