Merge pull request #10873 from aibaars/ruby-beta-notice

Ruby: drop beta notice
This commit is contained in:
Arthur Baars
2022-11-03 13:28:01 +01:00
committed by GitHub
4 changed files with 0 additions and 8 deletions

View File

@@ -15,4 +15,3 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
- :doc:`CodeQL library for Ruby <codeql-library-for-ruby>`: When you're analyzing a Ruby program, you can make use of the large collection of classes in the CodeQL library for Ruby.
.. include:: ../reusables/ruby-beta-note.rst

View File

@@ -35,4 +35,3 @@ Note that the CWE coverage includes both "`supported queries <https://github.com
python-cwe
ruby-cwe
.. include:: ../reusables/ruby-beta-note.rst

View File

@@ -23,8 +23,6 @@ View the query help for the queries included in the ``code-scanning``, ``securit
For a full list of the CWEs covered by these queries, see ":doc:`CodeQL CWE coverage <codeql-cwe-coverage>`."
.. include:: ../reusables/ruby-beta-note.rst
.. toctree::
:hidden:
:titlesonly:

View File

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