Skip to content

Commit 5aa3887

Browse files
authored
Create .yamllint.yaml
1 parent ed36033 commit 5aa3887

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.yamllint.yaml

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
# CAMARA Project - YAML linting configuration for yamllint https://yamllint.readthedocs.io/en/latest/rules.html
3+
# 31.01.2024 - initial version
4+
5+
yaml-files:
6+
- '*.yaml'
7+
- '*.yml'
8+
- '.yamllint'
9+
10+
rules:
11+
braces: enable
12+
brackets: enable
13+
colons: enable
14+
commas: enable
15+
comments:
16+
min-spaces-from-content: 1
17+
level: error
18+
comments-indentation:
19+
level: error
20+
document-end: disable
21+
document-start: disable
22+
empty-lines: enable
23+
empty-values: disable
24+
hyphens: enable
25+
indentation: enable
26+
key-duplicates: enable
27+
key-ordering: disable
28+
line-length: disable
29+
new-line-at-end-of-file: enable
30+
new-lines: disable
31+
octal-values: disable
32+
quoted-strings: disable
33+
trailing-spaces: enable
34+
truthy:
35+
level: error

0 commit comments

Comments
 (0)