From fa9239e0c5752f38166150c71b988ce8c79f7d59 Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Mon, 13 Sep 2021 17:00:55 -0700 Subject: [PATCH] [lbry] ci: use golangci.yml instead individual args --- goclean.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/goclean.sh b/goclean.sh index 397407dd..3ff7014b 100755 --- a/goclean.sh +++ b/goclean.sh @@ -9,12 +9,8 @@ set -ex +# Automatic checks +golangci-lint run + env GORACE="halt_on_error=1" go test -race -tags="rpctest" -covermode atomic -coverprofile=profile.cov ./... go test -bench=. -benchtime=4000x ./claimtrie/ - -# Automatic checks -golangci-lint run --deadline=10m --disable-all \ ---enable=gofmt \ ---enable=vet \ ---enable=gosimple \ ---enable=unconvert