forked from opsmill/infrahub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yamllint.yml
More file actions
31 lines (29 loc) · 829 Bytes
/
.yamllint.yml
File metadata and controls
31 lines (29 loc) · 829 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
---
extends: default
ignore: |
/.git
/.venv
/.specify
/examples
/repositories
/frontend/**/playwright-report
**/node_modules
**/pnpm-lock.yaml
**/pnpm-workspace.yaml
# https://github.com/sbaudoin/yamllint/issues/16
/helm/templates
/python_sdk
/frontend/packages/schema-visualizer
# Generated by `gh aw compile` from .github/workflows/*.md sources.
/.github/workflows/*.lock.yml
rules:
new-lines: disable
comments-indentation: disable
comments:
# Changed this to stop a mess between linters from Prettier (vscode) to yamllint
# See https://github.com/prettier/prettier/pull/10926 or https://github.com/redhat-developer/vscode-yaml/issues/433
min-spaces-from-content: 1
line-length:
max: 120
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: false