-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.yamllint
More file actions
29 lines (27 loc) · 804 Bytes
/
.yamllint
File metadata and controls
29 lines (27 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
extends: default
rules:
document-start: disable
line-length: disable
comments-indentation: disable
new-line-at-end-of-file: enable
indentation:
indent-sequences: whatever
ignore: kludgeops/
braces:
min-spaces-inside: 0
max-spaces-inside: 1
truthy:
ignore: .github/workflows/
trailing-spaces:
ignore: |
# components/operators/openshift-gitops-operator/instance/overlays/default/patch-resource-customizations.yaml
empty-lines:
ignore: |
components/operators/ack-controllers/base/adoptedresources-crd.yaml
ignore:
- "**/scratch/*"
- "**/generated/*"
- "**/dump/*"
- "components/containers/web-terminal/src/*"
- "components/operators/gpu-operator-certified/operator/components/console-plugin-helm/*"
- "components/charts/*/templates/*"