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

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

Loading…
Cancel
Save