Merge pull request #12058 from cli/babakks/exclude-third-party-from-golangci-lint

Exclude `third-party` from Golangci-lint formatting paths
This commit is contained in:
Kynan Ware 2025-10-31 12:14:33 -06:00 committed by GitHub
commit 83c51dc89e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,9 @@ linters:
formatters:
enable:
- gofmt
exclusions:
paths:
- third-party
issues:
max-issues-per-linter: 0