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