mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Skip the 'add too long' error from python
This commit is contained in:
parent
eeab3e63af
commit
0862f8f5f2
1 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,8 @@
|
||||||
\ 'package\ [^\ ]*\ does not exist.*',
|
\ 'package\ [^\ ]*\ does not exist.*',
|
||||||
\ 'cannot find symbol.*',
|
\ 'cannot find symbol.*',
|
||||||
\ '.*method does not override or implement a method from a supertype.*',
|
\ '.*method does not override or implement a method from a supertype.*',
|
||||||
\ '.*fatal error:[^:]*: No such file or directory.*'
|
\ '.*fatal error:[^:]*: No such file or directory.*',
|
||||||
|
\ '.*line too long.*'
|
||||||
\ ]}
|
\ ]}
|
||||||
|
|
||||||
let g:syntastic_check_on_wq=0
|
let g:syntastic_check_on_wq=0
|
||||||
|
|
Loading…
Reference in a new issue