summaryrefslogtreecommitdiffstats
path: root/examples/yamllint/invalid.yml
blob: 44e40729b405ea033d1e97d803bc58ff3da586ae (plain)
1
2
3
4
5
6
7
8
9
# missing document-start
foo: ...
foo: ...  # <-- key-duplicates
bar: ...       # <-- wrong comment indentation

# next line has trailing-spaces:
other: aaa   

# ^ empty-lines