Skip to content

Commit

Permalink
test/suites/static_analysis: disable go vet
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Jul 10, 2024
1 parent 67f8a84 commit d7add48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/suites/static_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ test_static_analysis() {
fi

## go vet, if it exists
if go help vet >/dev/null 2>&1; then
go vet ./...
fi
#if go help vet >/dev/null 2>&1; then
# go vet ./...
#fi

## vet
if command -v vet >/dev/null 2>&1; then
Expand Down

0 comments on commit d7add48

Please sign in to comment.