workgroups/.golangci.yaml

10 lines
130 B
YAML

linters:
enable-all: true
disable:
- exhaustivestruct
- exhaustruct
- godox
- varnamelen
output:
sort-results: true