Skip to content

Commit 75ed7c0

Browse files
authored
Merge pull request github#6014 from github/docs-4179-legacy-tools
Remove docs about legacy tools
2 parents c6c9a51 + 60b4669 commit 75ed7c0

File tree

3 files changed

+3
-106
lines changed

3 files changed

+3
-106
lines changed

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

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,25 +69,14 @@ of the active database schema (for example, ``<queries
6969
language="java"/>``).
7070

7171
A ``qlpack.yml`` file defines a :ref:`QL pack <about-ql-packs>`.
72-
The content of a ``qlpack.yml`` file is described in the CodeQL CLI documentation. This file
73-
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).
72+
The content of a ``qlpack.yml`` file is described in the CodeQL CLI documentation.
7673

7774
If both a ``queries.xml`` and a ``qlpack.yml`` exist in the same
7875
directory, the latter takes precedence (and the former is assumed to
7976
exist for compatibility with older tooling).
8077

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)
78+
The CodeQL CLI and newer tools based on it (such as,
79+
GitHub code scanning and the CodeQL extension for Visual Studio Code)
9180
construct a library path using QL packs. For each QL pack
9281
added to the library path, the QL packs named in its
9382
``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)