Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 947f806

Browse files
committed
removed depguard from linter config. We have Snyk for that. golangci/golangci-lint-action#442 (comment)
1 parent ba74e73 commit 947f806

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.golangci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ linters-settings:
3737
min-len: 3
3838
# minimal occurrences count to trigger, 3 by default
3939
min-occurrences: 3
40-
depguard:
41-
list-type: blacklist
42-
include-go-root: false
43-
packages:
44-
- github.com/davecgh/go-spew/spew
4540
misspell:
4641
# Correct spellings using locale preferences for US or UK.
4742
# Default is to use a neutral variety of English.
@@ -97,7 +92,6 @@ linters:
9792
- gocyclo
9893
- gofmt
9994
- goimports
100-
- depguard
10195
- misspell
10296
- unparam
10397
- nakedret

0 commit comments

Comments
 (0)