22 lines
298 B
YAML
22 lines
298 B
YAML
|
run:
|
||
|
timeout: 5m
|
||
|
skip-files:
|
||
|
- \.pb\.go$
|
||
|
- .pb.go
|
||
|
- \.pb\.validate\.go$
|
||
|
- \.pb\.gw\.go$
|
||
|
- .pb.gw.go
|
||
|
- \.gen\.go$
|
||
|
skip-dirs:
|
||
|
- mocks
|
||
|
|
||
|
linters:
|
||
|
disable-all: true
|
||
|
enable:
|
||
|
- errcheck
|
||
|
|
||
|
linter-settings:
|
||
|
errcheck:
|
||
|
exclude-functions:
|
||
|
- (io.Closer).Close
|