Skip to content

Commit

Permalink
add tags to go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja committed Dec 4, 2024
1 parent 0fd2905 commit 041df7d
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 @@ -62,7 +62,7 @@ check: check/vet check/lint check/gosec check/spell check/trailing check/markdow
## Run 'go vet' on the whole project.
check/vet:
$(call _print_check_step,Running go vet)
go vet ./...
go vet -tags=e2e_test ./...

## Run golangci-lint all-in-one linter with configuration defined inside .golangci.yml.
check/lint:
Expand Down

0 comments on commit 041df7d

Please sign in to comment.