Files
fission-src/hack/verify-staticcheck.sh
T

8 lines
172 B
Bash
Executable File

#!/bin/bash
set -o errexit
set -o nounset
set -o pipefail
go list ./...| grep -v vendor | grep -v "examples" | grep -v "demos" | grep -v "test" | xargs -I@ staticcheck @