Compare commits

..

2 commits

Author SHA1 Message Date
fb3453f5a0
checkpoint: cleaning up the errors 2024-08-16 23:45:43 +01:00
ee13dcde00
chore: update .golangci.yaml
All checks were successful
REUSE Compliance Check / check (push) Successful in 6s
2024-08-16 23:12:17 +01:00

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