overleaf/services/web/public/coffee/ide/pdf
Alasdair Smith 154943ba68 Don't check for linting errors if code check is disabled
There are a couple of reasons for this:

1. Some linting errors are returned from the server after a compile is run,
replacing client-side linting errors. If code check is disabled this does not
happen, and therefore linting errors persist until the next compile. This makes
it appear as though autocompile is not running

2. It is likely that if code check is disabled, the user is deliberately
ignoring linting errors and therefore the linting check is pointless
2017-11-17 16:38:44 +00:00
..
controllers Don't check for linting errors if code check is disabled 2017-11-17 16:38:44 +00:00
PdfManager.coffee Replace separate autocompile ctrl with listener in PdfController 2017-09-05 14:57:06 +01:00