Merge branch 'main' into stdlib-errors-2

Signed-off-by: Justen Stall <39888103+justenstall@users.noreply.github.com>
pull/13460/head
Justen Stall 5 months ago
commit 18aae5a121
No known key found for this signature in database

@ -4,6 +4,7 @@ run:
linters:
default: none
enable:
- depguard
- dupl
- govet
- ineffassign
@ -13,6 +14,12 @@ linters:
- staticcheck
- unused
settings:
depguard:
rules:
Main:
deny:
- pkg: github.com/hashicorp/go-multierror
desc: "use errors instead"
dupl:
threshold: 400
exclusions:

@ -9,6 +9,7 @@ maintainers:
- technosophos
triage:
- banjoh
- TerryHowe
- yxxhero
- zonggen
- z4ce

Loading…
Cancel
Save