Merge pull request #11293 from cli/andyfeller/exclude-3rd-party-from-golangcilint

Exclude `third-party` source from golangci-lint
This commit is contained in:
Andy Feller 2025-07-14 08:52:33 -04:00 committed by GitHub
commit 4007da9e27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,9 @@ linters:
# set, and we should have separate work to enable them if we truly want them.
- staticcheck
- errcheck
exclusions:
paths:
- third-party
formatters:
enable: