Skip the 'add too long' error from python

This commit is contained in:
Kevin MacMartin 2014-11-22 00:48:29 -05:00
parent eeab3e63af
commit 0862f8f5f2

View file

@ -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