Skip to content

Commit

Permalink
add golangci.yaml file matching current config
Browse files Browse the repository at this point in the history
  • Loading branch information
cvgw committed Nov 28, 2019
1 parent 034ac9e commit 9e14acb
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions hack/linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,4 @@ if ! [ -x "$(command -v golangci-lint)" ]; then
${DIR}/install_golint.sh -b $GOPATH/bin v1.9.3
fi

golangci-lint run \
--no-config \
-E goconst \
-E goimports \
-E golint \
-E interfacer \
-E maligned \
-E misspell \
-E unconvert \
-E unparam \
-D errcheck \
-D gas
golangci-lint run

0 comments on commit 9e14acb

Please sign in to comment.