github.com/dim4egster/coreth@v0.10.2/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