Skip to content

Commit 9c326eb

Browse files
authored
Merge pull request #373 from rajatjindal/fix-lint
fix(lint): update config for removals
2 parents f007281 + c87e19d commit 9c326eb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.golangci.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,10 @@ linters:
6161

6262
linters-settings:
6363
govet:
64-
check-shadowing: false
65-
golint:
66-
min-confidence: 0
64+
disable:
65+
- shadow
6766
gocyclo:
6867
min-complexity: 15
69-
maligned:
70-
suggest-new: true
7168
dupl:
7269
# Don't detect small duplications, but if we're duplicating functions across
7370
# packages, we should consider refactoring.

0 commit comments

Comments
 (0)