Skip to content

Commit

Permalink
Disable depguard linter
Browse files Browse the repository at this point in the history
By having v2 of the linter enabled without an explicitly
defined configuration the linter assumes that *no* non-stdlib
packages are permitted.

We disable the linter because we do not have any need to define permit/deny
lists for packages used by this project at this time.

refs atc0005/go-ci#1024
  • Loading branch information
atc0005 committed Jun 5, 2023
1 parent 2d9aac9 commit 6e14971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ issues:

linters:
enable:
- depguard
# https://github.com/atc0005/go-ci/issues/1024
# - depguard
- dogsled
- dupl
- exportloopref
Expand Down

0 comments on commit 6e14971

Please sign in to comment.