1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/data/reusables/code-quality/codeql-query-tables/ruby.md
2025-12-11 16:39:46 +00:00

10 lines
530 B
Markdown

{% rowheaders %}
| Query name | Category | Severity |
| --- | --- | --- |
| [Useless assignment to local variable](https://codeql.github.com/codeql-query-help/ruby/rb-useless-assignment-to-local/) | Maintainability | Warning |
| [Database query in a loop](https://codeql.github.com/codeql-query-help/ruby/rb-database-query-in-loop/) | Reliability | Info |
| [Potentially uninitialized local variable](https://codeql.github.com/codeql-query-help/ruby/rb-uninitialized-local-variable/) | Reliability | Error |
{% endrowheaders %}