diff --git a/.golangci.yml b/.golangci.yml index f0d45e5ea..a34e5f538 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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: diff --git a/OWNERS b/OWNERS index de3e4e6a6..761cf76a3 100644 --- a/OWNERS +++ b/OWNERS @@ -9,6 +9,7 @@ maintainers: - technosophos triage: - banjoh + - TerryHowe - yxxhero - zonggen - z4ce