From fb6be8a8ee03234cbf20093bb10519c464834354 Mon Sep 17 00:00:00 2001 From: "CJACK." Date: Mon, 6 Apr 2026 13:38:17 +0800 Subject: [PATCH] fix lint bootstrap on missing golangci-lint --- scripts/lint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/lint.sh b/scripts/lint.sh index bb9c27a..cf8e14a 100755 --- a/scripts/lint.sh +++ b/scripts/lint.sh @@ -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"*|\