update ci build submissions to add clazy support#1241
Draft
hjmjohnson wants to merge 3 commits intocommontk:masterfrom
Draft
update ci build submissions to add clazy support#1241hjmjohnson wants to merge 3 commits intocommontk:masterfrom
hjmjohnson wants to merge 3 commits intocommontk:masterfrom
Conversation
769ae44 to
de47087
Compare
a442c07 to
9230537
Compare
Contributor
Author
|
@jcfr This adds a CI that uses clazy to report best-practices warnings to the my.cdash.org |
This was referenced Jul 8, 2025
379718b to
cdfb120
Compare
Contributor
Author
|
@jcfr This CI builds with Qt's clazy to help identify Qt6 conformance issues. |
cdfb120 to
0d8575e
Compare
Send conformance reports to https://my.cdash.org/index.php?project=CTK Using clazy as the compiler issues warnings that are recommended changes for supporting Qt6.
There are many duplicate warnings with clazy, so a larger threshold limit is needed to see a diverse set of warnings.
0d8575e to
f08c6b5
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
ENH: Adding clazy build to identify Qt6 build issues
Using clazy as the compiler issues warnings that are
recommended changes for supporting Qt6.