mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-12 16:06:39 -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.*',
|
||||
\ 'cannot find symbol.*',
|
||||
\ '.*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
|
||||
|
|
Loading…
Reference in a new issue