Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tczekajlo authored Apr 2, 2021
1 parent 105218f commit 3a0fbbb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,7 @@ check-deps:

check: check-deps format
go test -race ./...
pushd $(SOURCEDIR); go mod vendor; GO111MODULE=off gometalinter --deadline 720s --vendor -D gotype -D dupl -D gocyclo -D gosec -D errcheck; popd

vendor:
go mod vendor

vendor-update:
go mod tidy
pushd $(SOURCEDIR); gometalinter --deadline 720s --vendor -D gotype -D dupl -D gocyclo -D gosec -D errcheck; popd

format:
goimports -w -l $(APP_SOURCES)

0 comments on commit 3a0fbbb

Please sign in to comment.