verification/.golangci.yml

22 lines
298 B
YAML
Raw Normal View History

2024-07-19 23:18:56 +00:00
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