We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e1940 commit 29f4f7bCopy full SHA for 29f4f7b
.pre-commit-config.yaml
@@ -45,7 +45,7 @@ repos:
45
pass_filenames: false
46
47
- repo: https://github.com/golangci/golangci-lint
48
- rev: v1.62.2
+ rev: v1.63.4
49
hooks:
50
- id: golangci-lint
51
args: [--new-from-patch=/tmp/diff.patch]
@@ -87,12 +87,12 @@ repos:
87
args: ["--schemafile", "charts/nginx-ingress/values.schema.json"]
88
89
- repo: https://github.com/DavidAnson/markdownlint-cli2
90
- rev: v0.17.0
+ rev: v0.17.1
91
92
- id: markdownlint-cli2
93
94
- repo: https://github.com/rhysd/actionlint
95
- rev: v1.7.5
+ rev: v1.7.6
96
97
- id: actionlint
98
name: Lint GitHub Actions workflow files
0 commit comments