Skip to content

Commit beb3759

Browse files
committed
Swift: Add beta note to these docs.
1 parent 9618c61 commit beb3759

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

docs/codeql/codeql-language-guides/analyzing-data-flow-in-swift.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Analyzing data flow in Swift
55

66
You can use CodeQL to track the flow of data through a Swift program to places where the data is used.
77

8+
.. include:: ../reusables/swift-beta-note.rst
9+
810
About this article
911
------------------
1012

docs/codeql/codeql-language-guides/basic-query-for-swift-code.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Basic query for Swift code
55

66
Learn to write and run a simple CodeQL query using Visual Studio Code with the CodeQL extension.
77

8+
.. include:: ../reusables/swift-beta-note.rst
89
.. include:: ../reusables/vs-code-basic-instructions/setup-to-run-queries.rst
910

1011
About the query

docs/codeql/codeql-language-guides/codeql-for-swift.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ CodeQL for Swift
55

66
Experiment and learn how to write effective and efficient queries for CodeQL databases generated from Swift codebases.
77

8+
.. include:: ../reusables/swift-beta-note.rst
9+
810
.. toctree::
911
:hidden:
1012

docs/codeql/query-help/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ View the query help for the queries included in the ``code-scanning``, ``securit
1212
- :doc:`CodeQL query help for Ruby <ruby>`
1313

1414
.. include:: ../reusables/kotlin-beta-note.rst
15+
.. include:: ../reusables/swift-beta-note.rst
1516

1617
.. pull-quote:: Information
1718

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. pull-quote:: Note
2+
3+
CodeQL analysis for Swift is currently in beta. During the beta, analysis of Swift code,
4+
and the accompanying documentation, will not be as comprehensive as for other languages.

0 commit comments

Comments
 (0)