Skip to content

Commit

Permalink
Increase golangci-lint verbosity
Browse files Browse the repository at this point in the history
Increasing golangci-lint's verbosity will make troubleshooting it's problem easier.
  • Loading branch information
s-fairchild committed Feb 7, 2024
1 parent e7721a0 commit 015b342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/lint-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ then
echo "ERROR: golangci-lint could not be found, Go linting aborted. To install it visit https://golangci-lint.run/usage/install/#local-installation"
exit 1
else
golangci-lint run
golangci-lint run --verbose
fi

0 comments on commit 015b342

Please sign in to comment.