-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy path.yamllint.yml
More file actions
63 lines (63 loc) · 2.81 KB
/
.yamllint.yml
File metadata and controls
63 lines (63 loc) · 2.81 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
ignore:
- 'acrpull/deploy/templates/deployment.yaml'
- 'admin/deploy/templates/ext-authz.authorizationpolicy.yaml'
- 'admin/deploy/templates/admin.deployment.yaml'
- 'frontend/deploy/templates/ext-authz.authorizationpolicy.yaml'
- 'frontend/deploy/templates/allow-ingress.authorizationpolicy.yaml'
- 'frontend/deploy/templates/frontend.deployment.yaml'
- 'istio/deploy/templates/istio-shared-configmap.yml'
- 'cluster-service/helm-charts/cluster-service/templates/cs-keyvault.secret.yaml'
- 'cluster-service/helm-charts/cluster-service/templates/deployment.yaml'
- 'cluster-service/helm-charts/cluster-service/templates/azure-operators-managed-identities-config.configmap.yaml'
- 'cluster-service/helm-charts/cs-debug-jobs/templates/configmap.yaml'
- 'cluster-service/helm-charts/cs-debug-jobs/templates/istio.yaml'
- 'cluster-service/helm-charts/cs-debug-jobs/templates/serviceaccount.yaml'
- 'cluster-service/helm-charts/cs-debug-jobs/templates/shell-script-executor.yaml'
- 'observability/prometheus/deploy/templates/prometheus.yaml'
- 'secret-sync-controller/deploy/templates/*.yaml'
- 'observability/arobit/deploy/templates/forwarder-clusterrolebinding.yaml'
- 'observability/arobit/deploy/templates/forwarder-clusterrole.yaml'
- 'observability/arobit/deploy/templates/forwarder-daemonset.yaml'
- 'observability/arobit/deploy/templates/forwarder-exporter-configmap.yaml'
- 'observability/arobit/deploy/templates/forwarder-configmap.yaml'
- 'observability/arobit/deploy/templates/forwarder-service.yaml'
- 'observability/arobit/deploy/templates/serviceaccount.yaml'
- 'observability/arobit/deploy/templates/forwarder-secretprovider.yaml'
- 'observability/kube-events/deploy/templates/deployment.yaml'
- 'mgmt-fixes/deploy/kubelet-ds/templates/ds-kubelet-parameters.yaml'
- 'sessiongate/deploy/templates/deployment.yaml'
- 'sessiongate/deploy/templates/ext-authz.authorizationpolicy.yaml'
- '**/zz_fixture_TestHelmTemplate*.yaml'
- 'velero/deploy/templates/install-job.yaml'
- 'maestro/server/deploy/templates/allow-cluster-service.authorizationpolicy.yaml'
- 'maestro/server/deploy/templates/allow-backend.authorizationpolicy.yaml'
- 'backend/deploy/templates/backend.service-key-vault.secretproviderclass.yaml'
- 'backend/deploy/templates/backend.deployment.yaml'
- 'tooling/aro-hcp-exporter/deploy/templates/deployment.yaml'
rules:
brackets: enable
colons: enable
commas: enable
comments: disable
comments-indentation: disable
document-end: disable
document-start: disable
empty-lines: enable
empty-values: disable
hyphens: enable
indentation: disable
key-duplicates: enable
key-ordering: disable
line-length: disable
new-line-at-end-of-file: enable
new-lines: enable
octal-values: disable
quoted-strings: disable
trailing-spaces: enable
truthy:
level: warning
check-keys: false