Use Copilot to update scripts to add quality query tables (#58621)
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: docs-bot <77750099+docs-bot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Óscar San José <oscarsj@github.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: Python CodeQL queries for Code Quality
|
||||
shortTitle: Python queries
|
||||
allowTitleToDifferFromFilename: true
|
||||
intro: 'Explore the queries that {% data variables.product.prodname_codeql %} uses to analyze code quality for code written in Python.'
|
||||
versions:
|
||||
feature: code-quality
|
||||
topics:
|
||||
- Code Quality
|
||||
contentType: reference
|
||||
---
|
||||
|
||||
{% data variables.product.prodname_code_quality_short %} uses the following {% data variables.product.prodname_codeql %} queries to analyze Python code and detect code quality issues on:
|
||||
|
||||
* Your **default branch**, with results shown on the repository's "{% data variables.code-quality.all_findings %}" dashboard
|
||||
* **Pull requests**, with findings shown as comments made by `{% data variables.code-quality.pr_commenter %}`
|
||||
|
||||
{% data variables.copilot.copilot_autofix_short %} suggestions are provided for findings where possible.
|
||||
|
||||
{% data reusables.code-quality.codeql-query-tables.python %}
|
||||
Reference in New Issue
Block a user