Skip to content

Commit

Permalink
Use go vet instead of golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 6, 2022
1 parent 6d7e9b0 commit 3a0b14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ litmus-test-new: build
pkill revad
lint:
go run tools/check-license/check-license.go
`go env GOPATH`/bin/golangci-lint run --timeout 3m0s
go vet ./...

contrib:
git shortlog -se | cut -c8- | sort -u | awk '{print "-", $$0}' | grep -v 'users.noreply.github.com' > CONTRIBUTORS.md
Expand Down

0 comments on commit 3a0b14f

Please sign in to comment.