mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 13:23:09 +01:00
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 <marco.nenciarini@enterprisedb.com> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
This commit is contained in:
parent
d2006fd098
commit
30c840aff5
@ -60,6 +60,10 @@ linters:
|
|||||||
- staticcheck
|
- staticcheck
|
||||||
path: api/
|
path: api/
|
||||||
text: 'ST1016:'
|
text: 'ST1016:'
|
||||||
|
- linters:
|
||||||
|
- revive
|
||||||
|
path: internal/cnpgi/common/
|
||||||
|
text: avoid meaningless package names
|
||||||
paths:
|
paths:
|
||||||
- zz_generated.*
|
- zz_generated.*
|
||||||
- internal/operator/controller/suite_test.go
|
- internal/operator/controller/suite_test.go
|
||||||
|
|||||||
@ -21,7 +21,7 @@ tasks:
|
|||||||
# renovate: datasource=git-refs depName=golangci-lint lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
|
# renovate: datasource=git-refs depName=golangci-lint lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
|
||||||
DAGGER_GOLANGCI_LINT_SHA: ceffda4aebd349a24fc00e591b4ed9b801535b65
|
DAGGER_GOLANGCI_LINT_SHA: ceffda4aebd349a24fc00e591b4ed9b801535b65
|
||||||
# renovate: datasource=docker depName=golangci/golangci-lint versioning=semver
|
# renovate: datasource=docker depName=golangci/golangci-lint versioning=semver
|
||||||
GOLANGCI_LINT_VERSION: v2.1.6
|
GOLANGCI_LINT_VERSION: v2.2.1
|
||||||
cmds:
|
cmds:
|
||||||
- >
|
- >
|
||||||
GITHUB_REF= dagger -s call -m github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
|
GITHUB_REF= dagger -s call -m github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user