|
@@ -165,13 +165,13 @@ augroup end
|
|
|
|
|
|
au BufRead * normal zR
|
|
|
|
|
|
-
|
|
|
" Ignore some markdown checks
|
|
|
" MD012 - Multiple consecutive blank lines
|
|
|
" MD013 - Line length in markdown
|
|
|
" MD026 - Trailing punctuation in header
|
|
|
" MD029 - Ordered lists. It wants everything with 1., 1., 1.,
|
|
|
" MD034 - Bare URL in markdown
|
|
|
+" We hate line length checks
|
|
|
let g:syntastic_quiet_messages = {
|
|
|
- \ "regex": '\(MD012\|MD013\|MD026\|MD029\|MD034\)',
|
|
|
+ \ "regex": '\(MD012\|MD013\|MD026\|MD029\|MD034|[Ll]ine [Ll]ength\)'
|
|
|
\ }
|