-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.yamllint
46 lines (43 loc) · 828 Bytes
/
.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
---
extends: 'default'
ignore: |-
/custom_components/
/esphome/.esphome/
/themes/
/www/community/
# Encrypted files.
/esphome/secrets.yaml
/frigate.yaml
/secrets.yaml
/zigbee2mqtt/secret.yaml
rules:
braces:
forbid: 'non-empty'
min-spaces-inside: 1
max-spaces-inside: 1
min-spaces-inside-empty: 0
max-spaces-inside-empty: 0
brackets:
forbid: 'non-empty'
comments:
level: 'error'
comments-indentation:
level: 'error'
document-end:
present: false
document-start:
level: 'error'
ignore: '/zigbee2mqtt/'
empty-lines:
max: 1
empty-values: 'enable'
indentation:
spaces: 2
line-length: 'disable'
octal-values: 'enable'
quoted-strings:
quote-type: 'single'
ignore: '/zigbee2mqtt/'
truthy:
check-keys: false
level: 'error'