Skip to content

Commit

Permalink
Update after rebase and review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarams87 committed Aug 3, 2023
1 parent 1a62941 commit c327850
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ yaml-files:

ignore:
- deploy/helm-chart/templates/
- deploy/helm-chart/crds/

rules:
braces: enable
Expand All @@ -28,7 +29,7 @@ rules:
indent-sequences: consistent
check-multi-line-strings: true
ignore: |
deploy/manifests/nginx-conf.yaml
deploy/manifests/nginx-gateway.yaml
deploy/manifests/njs-modules.yaml
key-duplicates: enable
key-ordering: disable
Expand All @@ -38,7 +39,7 @@ rules:
allow-non-breakable-inline-mappings: true
ignore: |
.github/workflows/
deploy/manifests/deployment.yaml
deploy/manifests/nginx-gateway.yaml
new-line-at-end-of-file: enable
new-lines: enable
octal-values: disable
Expand Down

0 comments on commit c327850

Please sign in to comment.