Compare commits

..

1 commit

Author SHA1 Message Date
055f5e1df0
checkpoint: cleaning up the errors 2024-08-16 22:55:41 +01:00

View file

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