From 55bda34a45f50e1b35dc060511f6cdb9b7c0653c Mon Sep 17 00:00:00 2001 From: Arthur Baars Date: Tue, 18 Oct 2022 15:07:35 +0200 Subject: [PATCH] Ruby: drop beta notice --- docs/codeql/codeql-language-guides/codeql-for-ruby.rst | 1 - docs/codeql/query-help/codeql-cwe-coverage.rst | 1 - docs/codeql/query-help/index.rst | 2 -- docs/codeql/reusables/ruby-beta-note.rst | 4 ---- 4 files changed, 8 deletions(-) delete mode 100644 docs/codeql/reusables/ruby-beta-note.rst diff --git a/docs/codeql/codeql-language-guides/codeql-for-ruby.rst b/docs/codeql/codeql-language-guides/codeql-for-ruby.rst index bfb29a012ef..b19f8abe230 100644 --- a/docs/codeql/codeql-language-guides/codeql-for-ruby.rst +++ b/docs/codeql/codeql-language-guides/codeql-for-ruby.rst @@ -15,4 +15,3 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat - :doc:`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 diff --git a/docs/codeql/query-help/codeql-cwe-coverage.rst b/docs/codeql/query-help/codeql-cwe-coverage.rst index 30e7b569184..c0b36646df8 100644 --- a/docs/codeql/query-help/codeql-cwe-coverage.rst +++ b/docs/codeql/query-help/codeql-cwe-coverage.rst @@ -35,4 +35,3 @@ Note that the CWE coverage includes both "`supported queries `." -.. include:: ../reusables/ruby-beta-note.rst - .. toctree:: :hidden: :titlesonly: diff --git a/docs/codeql/reusables/ruby-beta-note.rst b/docs/codeql/reusables/ruby-beta-note.rst deleted file mode 100644 index 761381777c0..00000000000 --- a/docs/codeql/reusables/ruby-beta-note.rst +++ /dev/null @@ -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.