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

Commit

Permalink
removed depguard from linter config. We have Snyk for that. golangci/…
Browse files Browse the repository at this point in the history
  • Loading branch information
ensary committed Oct 18, 2023
1 parent ba74e73 commit 947f806
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ linters-settings:
min-len: 3
# minimal occurrences count to trigger, 3 by default
min-occurrences: 3
depguard:
list-type: blacklist
include-go-root: false
packages:
- github.com/davecgh/go-spew/spew
misspell:
# Correct spellings using locale preferences for US or UK.
# Default is to use a neutral variety of English.
Expand Down Expand Up @@ -97,7 +92,6 @@ linters:
- gocyclo
- gofmt
- goimports
- depguard
- misspell
- unparam
- nakedret
Expand Down

0 comments on commit 947f806

Please sign in to comment.