Skip to content

Commit

Permalink
Configure depguard with "lax" mode (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
concaf committed May 14, 2024
1 parent 5c0d83b commit 2391a43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ linters:
- unused
- usestdlibvars
- whitespace
linters-settings:
depguard:
rules:
main:
list-mode: lax
allow:
- $gostd
output:
uniq-by-line: false
issues:
Expand Down

0 comments on commit 2391a43

Please sign in to comment.