glucose_exporter/.golangci.yml
2024-03-20 07:58:17 +00:00

14 lines
211 B
YAML

linters:
enable-all: true
disable:
- depguard
- exhaustivestruct
- exhaustruct
- gomnd
- paralleltest
- tagliatelle
- varnamelen
run:
skip-dirs:
- httpslog/internal/mutil/*