remove chktex error

too many false positives from 'unable to execute latex command'
This commit is contained in:
Brian Gough 2016-08-22 15:11:39 +01:00
parent a26971ba2e
commit 1af44b32b3

View file

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