Skip to content

Commit 30c840a

Browse files
chore(deps): update golangci/golangci-lint docker tag to v2.2.1 (#430)
* chore(deps): update golangci/golangci-lint docker tag to v2.2.1 | datasource | package | from | to | | ---------- | ---------------------- | ------ | ------ | | docker | golangci/golangci-lint | v2.1.6 | v2.2.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * ci: configure revive new varname check Signed-off-by: Marco Nenciarini <[email protected]> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Marco Nenciarini <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marco Nenciarini <[email protected]>
1 parent d2006fd commit 30c840a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ linters:
6060
- staticcheck
6161
path: api/
6262
text: 'ST1016:'
63+
- linters:
64+
- revive
65+
path: internal/cnpgi/common/
66+
text: avoid meaningless package names
6367
paths:
6468
- zz_generated.*
6569
- internal/operator/controller/suite_test.go

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tasks:
2121
# renovate: datasource=git-refs depName=golangci-lint lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
2222
DAGGER_GOLANGCI_LINT_SHA: ceffda4aebd349a24fc00e591b4ed9b801535b65
2323
# renovate: datasource=docker depName=golangci/golangci-lint versioning=semver
24-
GOLANGCI_LINT_VERSION: v2.1.6
24+
GOLANGCI_LINT_VERSION: v2.2.1
2525
cmds:
2626
- >
2727
GITHUB_REF= dagger -s call -m github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}

0 commit comments

Comments
 (0)