Remove the ordered item prefix warning from the syntastic markdown output

This commit is contained in:
Kevin MacMartin 2016-05-02 22:12:39 -04:00
parent b47c35d940
commit 44efd584e5

View file

@ -204,7 +204,8 @@ scriptencoding utf-8
let g:syntastic_markdown_mdl_quiet_messages={
\ 'regex':[
\ '.*MD013.*',
\ '.*MD002.*'
\ '.*MD002.*',
\ '.*MD029.*'
\ ]}
let g:syntastic_python_flake8_quiet_messages={
\ 'regex':[