Commit 5aa3887 1 parent ed36033 commit 5aa3887 Copy full SHA for 5aa3887
File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments