6779ff041c
Initial commit with bootstrapping non-voting configuration for yamllint. Yamllint checks will be switched from 'warning' to 'enabled' in subsequent commits together with code adjustments. Change-Id: Ie372cb9fefb310bd044b4b03064e183f0c8c003b
50 lines
784 B
Plaintext
50 lines
784 B
Plaintext
---
|
|
|
|
yaml-files:
|
|
- '*.yaml'
|
|
- '*.yml'
|
|
- '.yamllint'
|
|
|
|
rules:
|
|
braces:
|
|
level: warning
|
|
brackets:
|
|
level: warning
|
|
colons:
|
|
level: warning
|
|
commas:
|
|
level: warning
|
|
comments:
|
|
level: warning
|
|
comments-indentation:
|
|
level: warning
|
|
document-end:
|
|
level: warning
|
|
document-start:
|
|
level: warning
|
|
empty-lines:
|
|
level: warning
|
|
empty-values:
|
|
level: warning
|
|
hyphens:
|
|
level: warning
|
|
indentation:
|
|
spaces: 2
|
|
indent-sequences: whatever
|
|
level: warning
|
|
key-duplicates:
|
|
level: warning
|
|
key-ordering: disable
|
|
line-length: disable
|
|
new-line-at-end-of-file:
|
|
level: warning
|
|
new-lines:
|
|
level: warning
|
|
octal-values:
|
|
level: warning
|
|
quoted-strings: disable
|
|
trailing-spaces: enable
|
|
truthy:
|
|
level: warning
|
|
...
|