-
Notifications
You must be signed in to change notification settings - Fork 9
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
CI: Update ipt #2347
Merged
Merged
CI: Update ipt #2347
Conversation
This file contains 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
728a51e
to
dc6c6b9
Compare
Will merge once CI passes. |
9adc1db
to
47b2167
Compare
@timjarsky Could you rubber stamp this, so that the automatic merge can kick in overnight? |
timjarsky
previously approved these changes
Feb 11, 2025
For now we disable all the new linters which fail. BugproneLoopInitializationAssignment is already passing.
In both cases we actually wanted to have a free wave were we don't need /O.
47b2167
to
9c456af
Compare
The to be fixed cases can fall in three categories: - GUI switch statements for controls and window hooks: We always want to not do anything in the default clause - Cases were we iterated over all possible values, this needs an assertion or a FAIL statement for the tests - Cases were we don't want to do anything for certain values. This is mostly done with a comment.
The new ipt linting rule ReadabilityMissingParenthesis creates code like for(i = oldSize; i < (arrayIndex + 1); i += 1) which is without the fix being complained at.
The tests CheckIfAllControlsReferStateWv and CheckStartupSettings needed to learn that there is nothing to do for the group and the title box.
9c456af
to
d9733d4
Compare
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.
Add relevant commits toAs the changes are not pure formatting, we don't want to ignore them..git-blame-ignore-revs