remove chktex error
too many false positives from 'unable to execute latex command'
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user