Exclude deleted files from format verification#1629
Merged
rustam-gamidov-here merged 1 commit intomasterfrom Aug 11, 2025
Merged
Exclude deleted files from format verification#1629rustam-gamidov-here merged 1 commit intomasterfrom
rustam-gamidov-here merged 1 commit intomasterfrom
Conversation
73320bf to
3b3ddf3
Compare
3b3ddf3 to
1e2933c
Compare
Otherwise clang-format fails and this fails the whole PR Add .mm (Objective-C++) files to the filter Relates-To: OCMAM-157 Signed-off-by: Rustam Gamidov <ext-rustam.gamidov@here.com>
875ad13 to
744cb1b
Compare
mykolamalik
approved these changes
Aug 11, 2025
andrey-kashcheev
approved these changes
Aug 11, 2025
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.
Verification script returns error for deleted files thus the whole job marked as failed.
There's no need to check deleted files
Added .mm (Objective-C++) files to the list of verified files as such files are present in the repository and have formatting setup as well