docs: fix some formatting issues

This commit is contained in:
james
2019-09-26 16:04:01 +01:00
parent 94d876e8a3
commit 3a4cef646d
14 changed files with 48 additions and 34 deletions

View File

@@ -224,7 +224,7 @@ The `TopLevel <https://help.semmle.com/qldoc/javascript/semmle/javascript/AST.ql
.. pull-quote::
Note
Note
By default, LGTM filters out alerts in minified top-levels, since they are often hard to interpret. When writing your own queries in the LGTM query console, this filtering is *not* done automatically, so you may want to explicitly add a condition of the form ``and not e.getTopLevel().isMinified()`` or similar to your query to exclude results in minified code.