Skip to content

Commit 9e32f62

Browse files
chore(deps): update dependency golangci/golangci-lint to v2.5.0 (#2220)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent c26c27a commit 9e32f62

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ jobs:
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"

.golangci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

internal/mi/value.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import (
2727

2828
type ValueType int
2929

30+
//nolint:iotamixing
3031
const (
3132
ValueTypeBOOLEAN ValueType = iota
3233
ValueTypeUINT8

0 commit comments

Comments
 (0)