Merge pull request #225 from CJackHwang/codex/fix-golangci-lint-bootstrap-compatibility

Treat missing golangci-lint as bootstrap-compatible
This commit is contained in:
CJACK.
2026-04-06 13:54:50 +08:00
committed by GitHub

View File

@@ -57,6 +57,9 @@ run_lint() {
is_compatibility_error() {
case "$1" in
*"command not found"*|\
*"not recognized as an internal or external command"*|\
*"No such file or directory"*|\
*"unknown command \"fmt\""*|\
*"unknown command \"run\""*|\
*"unknown flag"*|\