Skip to content

Commit 919555c

Browse files
committed
Remove info for legacy tools
1 parent f73960d commit 919555c

File tree

3 files changed

+3
-104
lines changed

3 files changed

+3
-104
lines changed

docs/codeql/ql-language-reference/ql-language-specification.rst

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,23 +71,14 @@ language="java"/>``).
7171
A ``qlpack.yml`` file defines a :ref:`QL pack <about-ql-packs>`.
7272
The content of a ``qlpack.yml`` file is described in the CodeQL CLI documentation. This file
7373
will not be recognized when using legacy tools that are not based
74-
on the CodeQL CLI (that is, LGTM.com, LGTM Enterprise, ODASA, CodeQL for
75-
Eclipse, and CodeQL for Visual Studio).
74+
on the CodeQL CLI (that is, LGTM.com and LGTM Enterprise).
7675

7776
If both a ``queries.xml`` and a ``qlpack.yml`` exist in the same
7877
directory, the latter takes precedence (and the former is assumed to
7978
exist for compatibility with older tooling).
8079

81-
In legacy QL tools that don't recognize ``qlpack.yml`` files, the default
82-
value of the library path for
83-
each supported language is hard-coded. The tools contain directories within the ODASA
84-
distribution that define the default CodeQL libraries for the selected
85-
language. Which language to use depends on the ``language`` attribute
86-
of the ``queries.xml`` file if not overridden with a ``--language``
87-
option to the ODASA CLI.
88-
89-
On the other hand, the CodeQL CLI and newer tools based on it (such as
90-
GitHub Code Scanning and the CodeQL extension for Visual Studio Code)
80+
The CodeQL CLI and newer tools based on it (such as,
81+
GitHub code scanning and the CodeQL extension for Visual Studio Code)
9182
construct a library path using QL packs. For each QL pack
9283
added to the library path, the QL packs named in its
9384
``libraryPathDependencies`` will be subsequently added to the library

docs/codeql/support/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ For details of the CodeQL libraries, see `CodeQL standard libraries <https://cod
1616
.. toctree::
1717
:hidden:
1818

19-
notes-ql-users
2019
ql-training

docs/codeql/support/notes-ql-users.rst

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)