Swift: Remove beta label on documentation.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-05-15 22:54:34 +01:00
parent 4617c055e2
commit 8f15b0b6c1
7 changed files with 0 additions and 13 deletions

View File

@@ -5,8 +5,6 @@ Analyzing data flow in Swift
You can use CodeQL to track the flow of data through a Swift program to places where the data is used.
.. include:: ../reusables/swift-beta-note.rst
About this article
------------------

View File

@@ -5,7 +5,6 @@ Basic query for Swift code
Learn to write and run a simple CodeQL query using Visual Studio Code with the CodeQL extension.
.. include:: ../reusables/swift-beta-note.rst
.. include:: ../reusables/vs-code-basic-instructions/setup-to-run-queries.rst
About the query

View File

@@ -5,8 +5,6 @@ CodeQL for Swift
Experiment and learn how to write effective and efficient queries for CodeQL databases generated from Swift codebases.
.. include:: ../reusables/swift-beta-note.rst
.. toctree::
:hidden:

View File

@@ -4,7 +4,6 @@ CodeQL CWE coverage
You can view the full coverage of MITRE's Common Weakness Enumeration (CWE) or coverage by language for the latest release of CodeQL.
.. include:: ../reusables/kotlin-beta-note.rst
.. include:: ../reusables/swift-beta-note.rst
About CWEs
##########

View File

@@ -13,7 +13,6 @@ View the query help for the queries included in the ``default``, ``security-exte
- :doc:`CodeQL query help for Swift <swift>`
.. include:: ../reusables/kotlin-beta-note.rst
.. include:: ../reusables/swift-beta-note.rst
.. pull-quote:: Information

View File

@@ -286,8 +286,6 @@ and the CodeQL library pack ``codeql/ruby-all`` (`changelog <https://github.com/
Swift built-in support
================================
.. include:: ../reusables/swift-beta-note.rst
Provided by the current versions of the
CodeQL query pack ``codeql/swift-queries`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/swift/ql/src/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/swift/ql/src>`__)
and the CodeQL library pack ``codeql/swift-all`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/swift/ql/lib/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/swift/ql/lib>`__).

View File

@@ -1,4 +0,0 @@
.. pull-quote:: Note
CodeQL analysis for Swift is currently in beta. During the beta, analysis of Swift code,
and the accompanying documentation, will not be as comprehensive as for other languages.