【DEBUG】Add a test demo: for debugging goroutine scheduling issues with igop on the web platform. #478
qiniu-x / shellcheck
completed
Dec 11, 2024 in 9s
shellcheck found 7 issues related to your changes
This is the detailed log.
If you have any questions about this comment, feel free to raise an issue here.
Details
🔍 Check Results Details
The following shows all issues found related to your changes:
cmd/ispx/runweb.sh:1: error: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. [SC2148]
tutorial/05-Animation/runweb.sh:1: error: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. [SC2148]
tutorial/05-Animation/runweb.sh:5: note: Use ./*glob* or -- *glob* so names with dashes won't become options. [SC2035]
tutorial/05-Animation/runweb.sh:7: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164]
tutorial/05-Animation/runweb.sh:10: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164]
tutorial/06-CoroDebug/run.sh:1: error: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. [SC2148]
tutorial/06-CoroDebug/run.sh:5: note: Use ./*glob* or -- *glob* so names with dashes won't become options. [SC2035]
🔄 How to Handle?
- Fix the issues above and submit your code again
- Or click the
Re-run
button to run the check again - If you think this is a false positive, please contact your support team
ℹ️ Notes
- To avoid too many comments, only the top 10 issues will be shown in PR comments
- For any other issues, feel free to create an issue in reviewbot repository
Loading