-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add code quality suite selector and use that in the code quality suites #19413
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
e3a6681
Add code quality suite selector
tamasvajk ea9b957
Use code-quality-selectors in C# suite
tamasvajk 425e020
Use code-quality-selectors in Java suite
tamasvajk bb46ca7
Modify quality query suite selector for actions, cpp, rust and swift
tamasvajk 2515b06
Use code-quality-selectors in Go suite
tamasvajk d56c522
Use code-quality-selectors in JS suite
tamasvajk fdeac95
Use code-quality-selectors in Python suite
tamasvajk e9e6d68
Use code-quality-selectors in Ruby suite
tamasvajk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use code-quality-selectors in Python suite
- Loading branch information
commit fdeac95714f4db728fe64c23e53ff6b8aee4d66f
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
python/ql/integration-tests/query-suite/python-code-quality.qls.expected
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
ql/python/ql/src/Functions/NonCls.ql | ||
ql/python/ql/src/Functions/NonSelf.ql | ||
ql/python/ql/src/Functions/ReturnConsistentTupleSizes.ql | ||
ql/python/ql/src/Functions/SignatureSpecialMethods.ql | ||
ql/python/ql/src/Resources/FileNotAlwaysClosed.ql | ||
ql/python/ql/src/Variables/LoopVariableCapture/LoopVariableCapture.ql | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
- queries: . | ||
- include: | ||
id: | ||
- py/not-named-self | ||
- py/not-named-cls | ||
- py/file-not-closed | ||
- py/special-method-wrong-signature | ||
- apply: code-quality-selectors.yml | ||
from: codeql/suite-helpers |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.