[#260] .golangci.yml: Add protogetter linter

Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
This commit is contained in:
Aleksey Savchuk 2024-09-09 11:39:49 +03:00
parent d86223ed56
commit 812126a8ff

View file

@ -63,5 +63,6 @@ linters:
- funlen
- gocognit
- contextcheck
- protogetter
disable-all: true
fast: false