-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.yamllint
More file actions
20 lines (17 loc) · 528 Bytes
/
.yamllint
File metadata and controls
20 lines (17 loc) · 528 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
extends: default
ignore-from-file: .yamlignore
rules:
comments:
min-spaces-from-content: 1
comments-indentation: disable
# yamllint disable rule:line-length
#
# References:
# False positive: interpreting GitHub actions "on:" as a truthy value #430
# https://github.com/adrienverge/yamllint/issues/430
#
# YAML formatting not compliant with yamllint "spaces before comments" requirement #433
# https://github.com/redhat-developer/vscode-yaml/issues/433#issuecomment-1235681987
#
# yamllint enable rule:line-length