Swift: Add beta note to these docs.

This commit is contained in:
Geoffrey White
2023-05-10 11:28:36 +01:00
parent 9618c616f4
commit beb3759de4
5 changed files with 10 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ 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,6 +5,7 @@ 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,6 +5,8 @@ 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

@@ -12,6 +12,7 @@ View the query help for the queries included in the ``code-scanning``, ``securit
- :doc:`CodeQL query help for Ruby <ruby>`
.. include:: ../reusables/kotlin-beta-note.rst
.. include:: ../reusables/swift-beta-note.rst
.. pull-quote:: Information

View File

@@ -0,0 +1,4 @@
.. 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.