Skip to content

Commit

Permalink
Exclude generated files from yamllint
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Doherty <[email protected]>
  • Loading branch information
chrisdoherty4 committed Nov 12, 2022
1 parent dc09162 commit 582a594
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ rules:
max: 160
allow-non-breakable-inline-mappings: true
truthy: disable

ignore: |
config/crd/bases
config/webhook
config/rbac
config/server-rbac
1 change: 0 additions & 1 deletion kube.mk
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ out/release/tink.yaml: bin/kustomize generate-manifests out/release/default/kust
$(KUSTOMIZE) edit set namespace $(NAMESPACE) \
)
$(KUSTOMIZE) build out/release/default -o $@
prettier --write $@

release-manifests: out/release/tink.yaml ## Builds the manifests to publish with a release.

Expand Down

0 comments on commit 582a594

Please sign in to comment.