Skip to content

Commit

Permalink
fix(depguard): we should disable it since it is not used anymore (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
paologallinaharbur committed Jun 6, 2023
1 parent dd59c63 commit 4d20bdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions golangci-lint-limited/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ linters:
enable:
- bodyclose
- deadcode
- depguard
- dogsled
- dupl
- errcheck
Expand All @@ -58,8 +57,8 @@ linters:
- gocritic
- gocyclo
- gocognit
- goerr113 #only add if go > 1.13
- errorlint #only add if go > 1.13
- goerr113
- errorlint
- gofmt
- goimports
- golint
Expand Down Expand Up @@ -89,6 +88,7 @@ linters:
# don't enable:
# - asciicheck
# - scopelint
# - depguard
# - gochecknoglobals
# - goconst #looks for repetitions of variables that should go on constant
# - godot
Expand Down

0 comments on commit 4d20bdd

Please sign in to comment.