Don't lint generated code.
This wasn't needed before because the other code wasn't in the main module and golangci-lint won't cross a module boundary. Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
6565265bee
commit
acbeb93f79
@ -1,6 +1,8 @@
|
||||
# https://github.com/golangci/golangci-lint#config-file
|
||||
run:
|
||||
deadline: 1m
|
||||
skip-dirs:
|
||||
- generated
|
||||
|
||||
linters:
|
||||
disable-all: true
|
||||
|
Loading…
Reference in New Issue
Block a user