mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
remove chktex error
too many false positives from 'unable to execute latex command'
This commit is contained in:
parent
a26971ba2e
commit
1af44b32b3
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module.exports = CompileManager =
|
|||
# set up environment variables for chktex
|
||||
env = {}
|
||||
if request.check?
|
||||
env['CHKTEX_OPTIONS'] = '-nall -e9 -e10 -w15 -w16 -w27'
|
||||
env['CHKTEX_OPTIONS'] = '-nall -e9 -e10 -w15 -w16'
|
||||
if request.check is 'error'
|
||||
env['CHKTEX_EXIT_ON_ERROR'] = 1
|
||||
if request.check is 'validate'
|
||||
|
|
Loading…
Reference in a new issue