mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-02 13:31:54 +00:00
Add CHKTEX_ULIMIT_OPTIONS
This commit is contained in:
parent
638359e052
commit
4efdddbbac
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ module.exports = CompileManager =
|
|||
isLaTeXFile = request.rootResourcePath?.match(/\.tex$/i)
|
||||
if request.check? and isLaTeXFile
|
||||
env['CHKTEX_OPTIONS'] = '-nall -e9 -e10 -w15 -w16'
|
||||
env['CHKTEX_ULIMIT_OPTIONS'] = '-t 5 -v 16000'
|
||||
if request.check is 'error'
|
||||
env['CHKTEX_EXIT_ON_ERROR'] = 1
|
||||
if request.check is 'validate'
|
||||
|
|
Loading…
Reference in a new issue