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
"global" permit/deny lists for any projects using images from
this project.

refs GH-1024
  • Loading branch information
atc0005 committed Jun 5, 2023
1 parent 5180a0c commit 95f2731
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion oldstable/combined/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ issues:
# Reminder: Sort this after every change
linters:
enable:
- depguard
# https://github.com/atc0005/go-ci/issues/1024
# - depguard
- dogsled
- dupl
- exportloopref
Expand Down
3 changes: 2 additions & 1 deletion stable/combined/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ issues:
# Reminder: Sort this after every change
linters:
enable:
- depguard
# https://github.com/atc0005/go-ci/issues/1024
# - depguard
- dogsled
- dupl
- exportloopref
Expand Down
3 changes: 2 additions & 1 deletion unstable/combined/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ issues:
# Reminder: Sort this after every change
linters:
enable:
- depguard
# https://github.com/atc0005/go-ci/issues/1024
# - depguard
- dogsled
- dupl
- exportloopref
Expand Down

0 comments on commit 95f2731

Please sign in to comment.