Skip to content

Commit

Permalink
remove make vet (part of golangci)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbsv committed Feb 8, 2025
1 parent 25669aa commit f7d8c66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/go_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,3 @@ jobs:

- name: Lint
run: make lint

- name: Vet
run: make vet
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ lint: tidy
@go get github.com/golangci/golangci-lint/cmd/golangci-lint
golangci-lint run

vet: tidy
@echo "⚠️ Warning: the following only works with go >= 1.14" && \
go install ./internal/mcheck && \
go vet -vettool=`go env GOPATH`/bin/mcheck -commentLen -ifInit ./...

tests:
while make test; do echo "Testing again at $$(date)"; done; echo "Failed testing"

Expand Down

0 comments on commit f7d8c66

Please sign in to comment.