Skip to content

Commit 6a43798

Browse files
committed
🏃 Enable bodyclose linter
Signed-off-by: Vince Prignano <[email protected]>
1 parent 4574014 commit 6a43798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/verify.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ golangci-lint run --disable-all \
4242
--enable=lll \
4343
--enable=dupl \
4444
--enable=goimports \
45+
--enable=bodyclose \
4546
./pkg/... ./examples/... .
4647

4748
# TODO: Enable these as we fix them to make them pass

0 commit comments

Comments
 (0)