Files

11 lines
134 B
Bash
Raw Permalink Normal View History

2020-07-02 19:36:10 +01:00
#!/usr/bin/env bash
set -o errexit
set -o nounset
test -z "${DEBUG:-}" || {
set -x
}
2022-04-25 04:25:59 +00:00
golangci-lint run --config .golangci.yaml