Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ repos:
- id: check-yaml
exclude: |
(?x)^(
charts/raw/templates/resources.yaml
chart/templates/uds-package.yaml
)$
args:
- "--allow-multiple-documents"
@@ -40,7 +40,7 @@ repos:
args:
[
"--schemafile",
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.29.1/zarf.schema.json",
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.2/zarf.schema.json",
"--no-cache"
]
- repo: https://github.com/golangci/golangci-lint

0 comments on commit dced1d5

Please sign in to comment.