Add Oxygen example RPM repo config file
[integration/packaging.git] / .yamllint
1 ---
2 rules:
3   braces:
4     min-spaces-inside: 0
5     max-spaces-inside: 0
6   brackets:
7     min-spaces-inside: 0
8     max-spaces-inside: 0
9   colons:
10     max-spaces-before: 0
11     max-spaces-after: 1
12   commas:
13     max-spaces-before: 0
14     min-spaces-after: 1
15     max-spaces-after: 1
16   comments:
17     level: warning
18     require-starting-space: true
19     min-spaces-from-content: 2
20   comments-indentation:
21     level: warning
22   document-end: disable
23   document-start:
24     level: warning
25     present: true
26   empty-lines:
27     max: 2
28     max-start: 0
29     max-end: 0
30   hyphens:
31     max-spaces-after: 1
32   indentation:
33     spaces: consistent
34     indent-sequences: true
35     check-multi-line-strings: false
36   key-duplicates: enable
37   line-length:
38     max: 80
39     allow-non-breakable-words: true
40     allow-non-breakable-inline-mappings: true
41   new-line-at-end-of-file: enable
42   new-lines:
43     type: unix
44   trailing-spaces: enable
45   truthy: disable