github.com/MetalBlockchain/subnet-evm@v0.4.9/scripts/lint.sh (about) 1 #!/usr/bin/env bash 2 3 set -o errexit 4 set -o nounset 5 set -o pipefail 6 7 golangci-lint run --path-prefix=. --timeout 3m