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:
commit
83c51dc89e
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ linters:
|
|||
formatters:
|
||||
enable:
|
||||
- gofmt
|
||||
exclusions:
|
||||
paths:
|
||||
- third-party
|
||||
|
||||
issues:
|
||||
max-issues-per-linter: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue