-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add 'code-quality-extended' to query packs list #20747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Actions has a known no query included in |
Co-authored-by: felickz <[email protected]>
…extended suites Co-authored-by: felickz <[email protected]>
…8e3d-0895-49ec-9025-a9864c8e5367 Fix generate-code-scanning-query-list.py to handle empty code-quality-extended suites
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for the code-quality-extended query pack to the code scanning query list generator script. The changes ensure that the new pack is processed alongside existing packs and receives the same handling as the code-quality pack for empty suite scenarios.
- Added
code-quality-extendedto the list of query packs to process - Updated the empty suite handling logic to include
code-quality-extended - Enhanced the warning message to dynamically display the pack name
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

This pull request makes a small update to the list of query packs considered in the
generate-code-scanning-query-list.pyscript. The change adds code-quality-extended suites query coverage.