glucose_exporter/.golangci.yml

14 lines
211 B
YAML
Raw Normal View History

2024-03-20 08:58:17 +01:00
linters:
enable-all: true
disable:
- depguard
- exhaustivestruct
- exhaustruct
- gomnd
- paralleltest
- tagliatelle
- varnamelen
run:
skip-dirs:
- httpslog/internal/mutil/*