.golangci.yml: disable goconst

This commit is contained in:
Felix Lange 2023-12-20 13:15:45 +01:00
parent d3f4dcab21
commit 813c7bbbcd

View file

@ -12,7 +12,6 @@ run:
linters:
disable-all: true
enable:
- goconst
- goimports
- gosimple
- govet
@ -39,9 +38,6 @@ linters:
linters-settings:
gofmt:
simplify: true
goconst:
min-len: 3 # minimum length of string constant
min-occurrences: 6 # minimum number of occurrences
issues:
exclude-rules: