Add CHKTEX_ULIMIT_OPTIONS
This commit is contained in:
@@ -48,6 +48,7 @@ module.exports = CompileManager =
|
|||||||
isLaTeXFile = request.rootResourcePath?.match(/\.tex$/i)
|
isLaTeXFile = request.rootResourcePath?.match(/\.tex$/i)
|
||||||
if request.check? and isLaTeXFile
|
if request.check? and isLaTeXFile
|
||||||
env['CHKTEX_OPTIONS'] = '-nall -e9 -e10 -w15 -w16'
|
env['CHKTEX_OPTIONS'] = '-nall -e9 -e10 -w15 -w16'
|
||||||
|
env['CHKTEX_ULIMIT_OPTIONS'] = '-t 5 -v 16000'
|
||||||
if request.check is 'error'
|
if request.check is 'error'
|
||||||
env['CHKTEX_EXIT_ON_ERROR'] = 1
|
env['CHKTEX_EXIT_ON_ERROR'] = 1
|
||||||
if request.check is 'validate'
|
if request.check is 'validate'
|
||||||
|
|||||||
Reference in New Issue
Block a user