Merge pull request #11293 from cli/andyfeller/exclude-3rd-party-from-golangcilint
Exclude `third-party` source from golangci-lint
This commit is contained in:
commit
4007da9e27
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue