scripts: update golang linter cli invocation

This commit is contained in:
Jeff Schroeder 2024-04-02 23:29:21 -04:00
parent 02bf0de83d
commit bf1e26ce7a
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ lint(){
# Do the actual linting!
cd "$ROOT"/node
golangci-lint run --skip-dirs pkg/supervisor --timeout=10m --path-prefix=node $GOLANGCI_LINT_ARGS ./...
golangci-lint run --timeout=10m --path-prefix=node $GOLANGCI_LINT_ARGS ./...
cd "${ROOT}/sdk"
golangci-lint run --timeout=10m $GOLANGCI_LINT_ARGS ./...