verification/.golangci.yml
2024-08-27 00:21:41 +03:00

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