Skip to main content

Ruby CodeQL-Abfragen für Codequalität

Erkunden Sie die Abfragen, die CodeQL verwendet, um die Qualität von in Ruby geschriebenem Code zu analysieren.

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 "Standard findings" dashboard
  • Pull requests, with findings shown as comments made by github-code-quality[bot]

Copilot Autofix suggestions are provided for findings where possible.

Query nameCategorySeverity
Useless assignment to local variableMaintainabilityWarning
Database query in a loopReliabilityInfo
Potentially uninitialized local variableReliabilityError