-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.yamllint.yml
More file actions
36 lines (27 loc) · 579 Bytes
/
Copy path.yamllint.yml
File metadata and controls
36 lines (27 loc) · 579 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
30
31
32
33
34
35
36
extends: default
rules:
line-length:
max: 120
level: warning
comments:
min-spaces-from-content: 1
comments-indentation: disable
document-start: disable
truthy:
allowed-values: ['true', 'false', 'yes', 'no']
check-keys: false
brackets:
max-spaces-inside: 1
max-spaces-inside-empty: 0
braces:
max-spaces-inside: 1
max-spaces-inside-empty: 0
indentation:
spaces: 2
indent-sequences: true
check-multi-line-strings: false
ignore: |
*.github/workflows/*
**/node_modules/
**/.venv/
**/venv/