-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
yamllint.yml
53 lines (51 loc) · 801 Bytes
/
yamllint.yml
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
---
ignore: |
.autodoc/
.cache/
.common/
.config/
.git/
.husky/
.modules/
.npm/
.pnpm-store/
.shared/
.task/
.venv/
.vscode/
.tox
.travis.yml
*.hbs.yml
build/
dist/
node_modules/
pnpm-lock.yaml
roles/
testdata/
test/output-example/
venv/
extends: default
rules:
braces:
level: error
max-spaces-inside: 1
brackets:
level: error
max-spaces-inside: 1
comments:
min-spaces-from-content: 1
document-start:
ignore: |
environments/prod/
indentation:
indent-sequences: consistent
level: error
line-length:
level: error
max: 160
ignore: |
.config/taskfiles/
common/.config/taskfiles/
truthy:
# eslint-disable-next-line yml/plain-scalar
allowed-values: ['false', 'on', 'true']