File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 9191 uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
9292 with :
9393 # renovate: github=golangci/golangci-lint
94- version : v2.4 .0
94+ version : v2.5 .0
9595 args : " --max-same-issues=0"
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ linters:
1515 - gocognit
1616 - goconst
1717 - gocyclo
18+ - godoclint
1819 - godot
1920 - lll
2021 - maintidx
@@ -23,6 +24,7 @@ linters:
2324 - paralleltest
2425 - tagliatelle
2526 - testpackage
27+ - unqueryvet
2628 - varnamelen
2729 - wrapcheck
2830 - wsl
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import (
2727
2828type ValueType int
2929
30+ //nolint:iotamixing
3031const (
3132 ValueTypeBOOLEAN ValueType = iota
3233 ValueTypeUINT8
You can’t perform that action at this time.
0 commit comments