chore: update .golangci.yaml
All checks were successful
REUSE Compliance Check / check (push) Successful in 6s

This commit is contained in:
Dan Anglin 2024-08-16 23:12:17 +01:00
parent 39d9ef1a38
commit ee13dcde00
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -10,7 +10,7 @@ run:
tests: true
output:
format: colored-line-number
formats: colored-line-number
print-issues-lines: true
print-linter-name: true
uniq-by-line: true
@ -31,8 +31,9 @@ linters-settings:
linters:
enable-all: true
disable:
- exhaustivestruct
- execinquery
- exhaustruct
- gomnd
- mnd
- tagliatelle
fast: false