Skip to content

Commit

Permalink
THROWAWAY: test depguard with lax
Browse files Browse the repository at this point in the history
  • Loading branch information
concaf committed May 6, 2024
1 parent 64678fb commit 7cc40f5
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 7cc40f5

Please sign in to comment.