Code Quality uses the following CodeQL queries to analyze Ruby code and detect code quality issues on:
- Your default branch, with results shown on the repository's "Résultats standard" dashboard
- Pull requests, with findings shown as comments made by
github-code-quality[bot]
Correctif automatique Copilot suggestions are provided for findings where possible.
| Query name | Category | Severity |
|---|---|---|
| Useless assignment to local variable | Maintainability | Warning |
| Database query in a loop | Reliability | Info |
| Potentially uninitialized local variable | Reliability | Error |