mirror of
https://github.com/github/codeql.git
synced 2025-12-25 05:06:34 +01:00
19 lines
609 B
ReStructuredText
19 lines
609 B
ReStructuredText
.. _codeql-for-ruby:
|
|
|
|
CodeQL for Ruby
|
|
===============
|
|
|
|
Experiment and learn how to write effective and efficient queries for CodeQL databases generated from Ruby codebases.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
basic-query-for-ruby-code
|
|
codeql-library-for-ruby
|
|
|
|
- :doc:`Basic query for Ruby code <basic-query-for-ruby-code>`: Learn to write and run a simple CodeQL query using LGTM.
|
|
|
|
- :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
|