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.
1 parent 4574014 commit 6a43798Copy full SHA for 6a43798
hack/verify.sh
@@ -42,6 +42,7 @@ golangci-lint run --disable-all \
42
--enable=lll \
43
--enable=dupl \
44
--enable=goimports \
45
+ --enable=bodyclose \
46
./pkg/... ./examples/... .
47
48
# TODO: Enable these as we fix them to make them pass
0 commit comments