ci: remove goconst

This commit is contained in:
Henrique Dias
2025-06-27 08:03:11 +02:00
parent 1d494ff315
commit 8b8fb3343f
6 changed files with 5 additions and 11 deletions

View File

@@ -13,7 +13,6 @@ linters:
- funlen
- gocheckcompilerdirectives
- gochecknoinits
- goconst
- gocritic
- gocyclo
- godox
@@ -43,9 +42,6 @@ linters:
funlen:
lines: 100
statements: 50
goconst:
min-len: 2
min-occurrences: 2
gocritic:
disabled-checks:
- dupImport # https://github.com/go-critic/go-critic/issues/845