We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76b7240 + 8351988 commit 4b643c2Copy full SHA for 4b643c2
hack/staticcheck.sh
@@ -16,7 +16,7 @@ source "hack/util.sh"
16
17
util::install_tools ${GOLANGCI_LINT_PKG} ${GOLANGCI_LINT_VER}
18
19
-if golangci-lint run; then
+if golangci-lint run --fix --verbose; then
20
echo 'Congratulations! All Go source files have passed staticcheck.'
21
else
22
echo # print one empty line, separate from warning messages.
0 commit comments