Update .golangci.yml

This commit is contained in:
Mikhail 2024-08-29 22:05:49 +00:00
parent 80f1728efc
commit d35409b619

@ -1,13 +1,13 @@
run: run:
timeout: 5m timeout: 5m
skip-files: exclude-files:
- \.pb\.go$ - \.pb\.go$
- .pb.go - .pb.go
- \.pb\.validate\.go$ - \.pb\.validate\.go$
- \.pb\.gw\.go$ - \.pb\.gw\.go$
- .pb.gw.go - .pb.gw.go
- \.gen\.go$ - \.gen\.go$
skip-dirs: exclude-dirs:
- mocks - mocks
tests: false tests: false