-
Notifications
You must be signed in to change notification settings - Fork 236
Updates CodeQL.yaml to exclude test files #3294
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
Conversation
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 pull request updates the CodeQL.yaml configuration file to exclude test and benchmark directories without using the wildcard pattern.
- Updated exclusion patterns for tests and benchmark directories
- Changed exclusion pattern for docs to remove the trailing wildcard
- Updated configuration comments in accordance with CodeQL documentation
Comments suppressed due to low confidence (2)
CodeQL.yaml:10
- Verify that excluding 'tests' without the wildcard pattern still correctly excludes all test files, as the glob behavior may differ from expectations.
- "tests"
CodeQL.yaml:13
- Confirm that switching from 'docs/**' to 'docs' properly covers all documentation files, ensuring that subdirectories are excluded as intended.
- "docs"
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.
Updates CodeQL.yaml to exclude test files
Summary of the changes (Less than 80 chars)
Description
{Detail}
Fixes #{bug number} (in this specific format)