-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yamllint
39 lines (37 loc) · 842 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
extends: default
ignore: |
/.venv
/applications/cli/draft/packs/*/charts/
/applications/nauta-gui/node_modules/
/k8s-features/charts/
/platform-deploy/charts/
/*/charts/
/**/charts/
/tools/finalizers/nauta/nauta-registry/
/nauta-charts/
/nauta-user/
/nauta-registry-charts/
/platform-charts/
/tmp-go/
rules:
braces:
max-spaces-inside: 1
brackets:
max-spaces-inside: 1
comments:
require-starting-space: false
min-spaces-from-content: 1
comments-indentation: disable
document-start:
# Ignore all files with vaults and symlink
ignore: |
/toolbox/scm/group_vars/all/github.yml
/toolbox/scm/group_vars/all/github-ff.yml
empty-lines:
max-end: 1
line-length:
max: 160
level: warning
ignore: |
/jenkins/group_vars/all/dev-users.yml
truthy: disable