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
#3135 - request: warn SC2103 on popd
Issue -
State: open - Opened by bugsbugsbux 14 days ago
#3134 - Subshell warning is not raised if pipefail is set
Issue -
State: open - Opened by mnp 15 days ago
#3133 - >| is not seen often, warning could be more helpful, is understood only after reading up on the operator
Issue -
State: open - Opened by smoe 19 days ago
#3132 - apply `SC2250` for Analytics.hs
Issue -
State: closed - Opened by andrei-korshikov 20 days ago
- 2 comments
#3131 - Arbotrary code when using eq and when using test in if statements
Issue -
State: open - Opened by nitrocode 20 days ago
#3130 - False positive when closing a named coproc's fd
Issue -
State: open - Opened by silicon-salamander 23 days ago
#3129 - under "busybox sh" SC3036
Issue -
State: open - Opened by greenx 23 days ago
#3127 - Because
Issue -
State: closed - Opened by wazeriwaz 27 days ago
- 1 comment
#3126 - bash coproc
Issue -
State: open - Opened by megaannum 29 days ago
- 7 comments
#3125 - Export format to SonarQube
Issue -
State: open - Opened by usinelogicielle about 1 month ago
#3124 - SC1090: allow define alternative source functions
Issue -
State: open - Opened by robstoll about 1 month ago
#3123 - Does ShellCheck not fully support `env -S`?
Issue -
State: open - Opened by scalisi about 1 month ago
#3122 - Report error for `set -v` used in blocks/conditions
Issue -
State: open - Opened by kkmuffme about 1 month ago
#3121 - The "Use && exit 1" for SC2251 can result in a wrong exit code
Issue -
State: open - Opened by bdrung about 1 month ago
- 3 comments
#3120 - Because of SC1124 I can't ignore SC2016
Issue -
State: open - Opened by SamuelMarks about 1 month ago
- 1 comment
#3119 - [SC2046] false positive from `return $([ "$(tput colors)" -ge "8" ])`
Issue -
State: open - Opened by SwuduSusuwu about 1 month ago
- 3 comments
#3118 - SC2199 appears to incorrectly error on e.g., "${@:2:1}" expansion of "$@"
Issue -
State: open - Opened by iconoclasthero about 1 month ago
#3117 - SC2154 not reported if referenced in arbitrary condition
Issue -
State: open - Opened by kkmuffme about 1 month ago
#3116 - Request: Validate toolchain
Issue -
State: open - Opened by vanyauhalin about 1 month ago
- 1 comment
#3115 - Add optional check for whether a variable can be `readonly`
Pull Request -
State: open - Opened by Flu about 1 month ago
#3114 - Skip SC2015 when the last command is true
Pull Request -
State: open - Opened by Flu about 1 month ago
#3113 - [Docs] SC2013 example don't stdin grep
Issue -
State: closed - Opened by kkmuffme about 1 month ago
- 1 comment
#3112 - [SC2031] false positive (from `for PATH_W in ${PATH}; do`)
Issue -
State: closed - Opened by SwuduSusuwu about 2 months ago
- 3 comments
#3111 - [SC3028] When using `if [ ! -z "${BASH_VERSION+x}" ]` don't warn of using bash features like `set -o pipefail` or `BASH_SOURCE`
Issue -
State: open - Opened by SamuelMarks about 2 months ago
- 4 comments
#3110 - False positive on SC2191 when using `+=` assignment operator
Issue -
State: open - Opened by Xophmeister about 2 months ago
#3109 - [wiki] Shellcheck GitHub Action Commands - **/*.sh vs find
Issue -
State: open - Opened by codecriticsceo about 2 months ago
#3108 - Add bang as a valid char for function names
Pull Request -
State: open - Opened by Flu about 2 months ago
#3107 - Config file location
Issue -
State: closed - Opened by pa-0 about 2 months ago
- 3 comments
#3106 - Recognize internal variables new in bash 5.3
Pull Request -
State: open - Opened by larryv about 2 months ago
#3105 - feature request: continue parsing ignoring hard errors inside `((..))` or add a "don't parse" mark
Issue -
State: open - Opened by Kamilcuk about 2 months ago
#3104 - Added link to `shellcheck-scan` the GitHub Action :handshake:
Pull Request -
State: open - Opened by reactive-firewall about 2 months ago
- 2 comments
#3103 - Don't report shebang-related errors on comments that are not shebangs
Issue -
State: open - Opened by palapapa about 2 months ago
#3102 - Function name parse failed of contain jointed pound
Issue -
State: open - Opened by A4-Tacks 2 months ago
#3100 - SC3036 false positive on ash (In Dash, echo flags besides -n are not supported)
Issue -
State: open - Opened by felipecrs 2 months ago
- 1 comment
#3096 - #!/bin/bash # 设置目标地址 TARGET="example.com" # 设置输出文件 OUTPUT="/20241205.txt" # 设置结束时间(当前时间加24小时) END_TIME=$(date -d "+24 hours" +%s) # 当前时间戳 CURRENT_TIME=$(date +%s) # 当当前时间小于结束时间时,持续执行ping命令 while [ "$CURRENT_TIME" -lt "$END_TIME" ]; do # 获取当前时间戳并执行ping命令,将结果和时间戳一起追加到文件中 { echo "Timestamp: $(date '+%Y-%m-%d %H:%M:%S')" ping -c 1 $TARGET } >> $OUTPUT # 等待一秒钟(或您想要的时间间隔) sleep 1 # 更新当前时间戳 CURRENT_TIME=$(date +%s) done echo "Ping completed for 24 hours."
Issue -
State: open - Opened by muster0001 2 months ago
#3095 - print a warning when the return value of a function is checked when errexit is enabled
Issue -
State: open - Opened by johnatswoopsrch 2 months ago
- 2 comments
#3094 - Add new rule - Don't use process substitution to avoid masking return values
Issue -
State: open - Opened by ggjulio 3 months ago
- 3 comments
#3093 - SC2059: What about when escape codes (e.g. ANSI colors), not printf specifiers, are in the variable?
Issue -
State: open - Opened by techflashYT 3 months ago
- 1 comment
#3092 - SC2016 shouldn't happen for single quoted variable INSIDE double-quoted string
Issue -
State: closed - Opened by dmlane 3 months ago
- 1 comment
#3091 - test beginning with "${ and "$(" generate an at times confusing sc1009 and for "$( a potentially incorrect sc1083 message.
Issue -
State: open - Opened by dshuman52 3 months ago
#3090 - Update Wiki Template to generate anchor point URLs
Issue -
State: open - Opened by stdedos 3 months ago
#3089 - check for readonly variables within loops
Issue -
State: open - Opened by robstoll 3 months ago
#3088 - Warn about Code Execution in Arithmetic Expressions for Bash `[[ $1 -eq 42 ]]`
Issue -
State: open - Opened by clushie 3 months ago
- 1 comment
#3087 - Error 2276 for Valid Zsh Assoc Array Assignment
Issue -
State: closed - Opened by wdeshazer 3 months ago
- 1 comment
#3086 - Ignoring a wrapped command
Issue -
State: closed - Opened by avidseeker 3 months ago
- 1 comment
#3085 - There appears to be a missing check for mismatched [] around an array index reference.
Issue -
State: open - Opened by dshuman52 3 months ago
#3084 - SC2031 missing issues with process substitution (`<()`)
Issue -
State: open - Opened by stdedos 3 months ago
- 3 comments
#3083 - SC2320 (warning): This $? refers to echo/printf, not a previous command.
Issue -
State: open - Opened by macalixx 3 months ago
- 1 comment
#3082 - Recognize "oksh" executable name as ksh
Pull Request -
State: open - Opened by silby 3 months ago
#3081 - SC2154 should optionally strict check to avoid errors when using "set -u"
Issue -
State: open - Opened by kkmuffme 3 months ago
- 5 comments
#3080 - SC2154/check-unassigned-uppercase does not report error for $1,...
Issue -
State: open - Opened by kkmuffme 3 months ago
- 4 comments
#3079 - Bug: --include silently fails for optional checks without --enable
Issue -
State: open - Opened by BebeSparkelSparkel 3 months ago
#3078 - feature request: detect wrong placement of /dev/null redirection
Issue -
State: open - Opened by Villemoes 3 months ago
#3077 - does Shellcheck have WASM now
Issue -
State: open - Opened by Zlaojie 3 months ago
- 1 comment
#3076 - Update README.md
Pull Request -
State: open - Opened by kuraian 3 months ago
#3075 - Diff 1.0 was released
Issue -
State: closed - Opened by juhp 4 months ago
- 3 comments
#3074 - SC2154 is triggered on an all caps variable
Issue -
State: closed - Opened by danielcft 4 months ago
- 2 comments
#3073 - where is the errors database in the github repo?
Issue -
State: closed - Opened by paxsali 4 months ago
- 2 comments
#3073 - where is the errors database in the github repo?
Issue -
State: closed - Opened by paxsali 4 months ago
- 2 comments
#3072 - Run set -x in a subshell
Issue -
State: closed - Opened by alex-harvey-z3q 4 months ago
- 6 comments
#3072 - Run set -x in a subshell
Issue -
State: closed - Opened by alex-harvey-z3q 4 months ago
- 6 comments
#3071 - strange style warning
Issue -
State: closed - Opened by jmikedupont2 4 months ago
- 4 comments
#3070 - SC2218 not discovered when function combined with logical operators
Issue -
State: closed - Opened by olivergondza 4 months ago
- 1 comment
#3069 - unbound variable not detected
Issue -
State: closed - Opened by udf2457 4 months ago
#3068 - SC2031 is reported even if the subshell is in a different code path
Issue -
State: open - Opened by ale5000-git 4 months ago
#3067 - Feature suggestion: Warnings regarding (automatic) recursive indirection/eval within [[ (( and $(( blocks
Issue -
State: open - Opened by fedy-cz 4 months ago
- 2 comments
#3066 - Make
Issue -
State: open - Opened by gedw99 5 months ago
#3065 - (Other) Libraries suitable for implementing my own static analyses for (ba)sh
Issue -
State: open - Opened by deliciouslytyped 5 months ago
#3064 - Feature Request: case insensitive match for "shellcheck disable"
Issue -
State: open - Opened by wileyhy 5 months ago
#3063 - (( arithmetic expressions )) for ksh a Linux flavor
Issue -
State: open - Opened by LerouxYvon 5 months ago
#3062 - [SC3045] `read -d` is POSIX.1-2024 compliant
Issue -
State: open - Opened by JP-Ellis 5 months ago
- 1 comment
#3059 - SC2086: variable from the braces expand loop `for i in {0..10}`
Issue -
State: open - Opened by A4-Tacks 5 months ago
#3058 - SC3045: Inconsistent policy
Issue -
State: open - Opened by mcandre 5 months ago
#3057 - [SC2317] False positive with nested functions
Issue -
State: open - Opened by GrabbenD 5 months ago
#3056 - Update README.md and add Codety into the tool list
Pull Request -
State: closed - Opened by random1223 5 months ago
#3055 - [SC2295] Example itself is problematic.
Issue -
State: closed - Opened by Europia79 5 months ago
- 1 comment
#3054 - SC2329 should be transitive
Issue -
State: closed - Opened by ensc 5 months ago
- 3 comments
#3053 - Incorrect handling of the source command
Issue -
State: open - Opened by pepalogik 5 months ago
#3052 - [SC2120] False positive when a function is called by `trap` with arguments
Issue -
State: open - Opened by Frederick888 6 months ago
- 2 comments
#3051 - Would you consider adding the appropriate changelog fragment to the releases when releasing?
Issue -
State: closed - Opened by stdedos 6 months ago
- 1 comment
#3050 - Mention Bash LSP integration in the README
Pull Request -
State: closed - Opened by imbolc 6 months ago
- 1 comment
#3049 - SC2086 - False positive in multi-line quoted string
Issue -
State: closed - Opened by gstory20 6 months ago
- 3 comments
#3048 - SC1089: bash: coproc "NAME" { ...; } - quoted NAME kills parsing
Issue -
State: closed - Opened by iam-TJ 6 months ago
- 2 comments
#3047 - [Feature request] Is it time to deprecate UUOC (SC2002)?
Issue -
State: closed - Opened by edwardgalligan 6 months ago
- 3 comments
#3046 - SC2317 false positives on scripts run with `source` and having `return` as its last command
Issue -
State: open - Opened by pteroismw 6 months ago
#3045 - sh
Issue -
State: closed - Opened by liuyl53 6 months ago
#3044 - Local variable escaped from the function
Issue -
State: open - Opened by A4-Tacks 6 months ago
#3043 - SC2116 (Useless echo?) and SC2046 (prevent word splitting) should not apply if in case of SC2327 (command substitution will be empty).
Issue -
State: open - Opened by mk-pmb 6 months ago
- 2 comments
#3042 - [SC2312] triggers for return in a condition
Issue -
State: closed - Opened by Kreyren 6 months ago
- 2 comments
#3041 - [QUESTION] is xargs also a solution to sc2089, sc2090?
Issue -
State: closed - Opened by Veraellyunjie 6 months ago
- 2 comments
#3040 - /bin/dash detect error
Issue -
State: open - Opened by Mon-ius 6 months ago
#3038 - shellcheck-v0.10.0.linux.riscv64.tar.xz is actually gzipped, not xz'd
Issue -
State: open - Opened by scop 6 months ago
- 1 comment
#3037 - Fix typos and trailing whitespace
Pull Request -
State: closed - Opened by ember91 7 months ago
- 1 comment
#3036 - shell-test
Issue -
State: closed - Opened by 18124253231 7 months ago
#3035 - Don't warn about a function not invoked if the function is exported
Issue -
State: open - Opened by ale5000-git 7 months ago
#3034 - Whitelist oc to avoid SC2016 false positive
Pull Request -
State: closed - Opened by dereckson 7 months ago
- 2 comments
#3033 - SC2016 false positive with OpenShift client
Issue -
State: closed - Opened by dereckson 7 months ago
#3032 - False positive for SC1003
Issue -
State: open - Opened by ale5000-git 7 months ago
- 4 comments
#3031 - feature request: warn discarding exit code of `test`, `[`, and `[[`
Issue -
State: open - Opened by e-kwsm 7 months ago
- 2 comments