Capture error codes for yamlllint

This commit is contained in:
w0rp
2018-07-01 13:15:12 +01:00
parent fee5107d43
commit e5e14de9ae
2 changed files with 17 additions and 12 deletions

View File

@@ -11,7 +11,8 @@ Execute:
\ 'lnum': 1,
\ 'col': 1,
\ 'type': 'W',
\ 'text': 'missing document start "---" (document-start)',
\ 'text': 'missing document start "---"',
\ 'code': 'document-start',
\ },
\ {
\ 'lnum': 2,