This repository was archived by the owner on Jan 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.yamllint
59 lines (56 loc) · 1.63 KB
/
.yamllint
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
---
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
ignore: |
.github/
venv/
roles/database-replicator/templates/cronjob-database-recovery.yaml.j2
roles/database-replicator/templates/job-database-backup.yaml.j2
roles/database-replicator/templates/job-database-recovery.yaml.j2
roles/database-replicator/templates/cronjob-database-backup.yaml.j2
roles/fragalysis-stack/templates/configmap-postgres-init.yaml.j2
roles/fragalysis-stack/templates/deployment-redis.yaml.j2
roles/fragalysis-stack/templates/deployment-beat.yaml.j2
roles/fragalysis-stack/templates/statefulset-database.yaml.j2
roles/fragalysis-stack/templates/statefulset-nery.yaml.j2
roles/fragalysis-stack/templates/statefulset-stack.yaml.j2
roles/fragalysis-stack/templates/statefulset-worker.yaml.j2
roles/fragalysis-stack/templates/namespace.yaml.j2
roles/fragalysis-stack/templates/ingress-stack.yaml.j2
roles/fragalysis-stack/templates/cronjob-postgres-backup.yaml.j2
roles/data-loader/templates/job-nfs.yaml.j2
roles/data-loader/templates/job-s3.yaml.j2
roles/media-replicator/templates/job.yaml.j2
roles/media-replicator/templates/cronjob.yaml.j2
rules:
indentation:
spaces: 2
indent-sequences: no
trailing-spaces: {}
truthy:
allowed-values:
- 'yes'
- 'no'
- 'true'
- 'false'
new-lines:
type: unix
new-line-at-end-of-file: enable
key-duplicates: {}
hyphens:
max-spaces-after: 1
empty-lines:
max: 1
document-start:
present: yes
document-end:
present: no
colons:
max-spaces-before: 0
max-spaces-after: 1
commas:
max-spaces-before: 0
min-spaces-after: 1
max-spaces-after: 1