Skip to content
This repository was archived by the owner on Apr 27, 2022. It is now read-only.

Commit f50d7da

Browse files
committed
ci(golangci-lint): Check for shadowing
1 parent 38f54af commit f50d7da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
linters-settings:
22
goimports:
33
simplify: true
4+
govet:
5+
check-shadowing: true
46

57
linters:
68
enable:

0 commit comments

Comments
 (0)