[24079] Apply uncrustify to all source files#6286
Merged
MiguelCompany merged 13 commits intomasterfrom Feb 18, 2026
Merged
Conversation
Danipiza
reviewed
Jan 28, 2026
src/cpp/fastdds/xtypes/dynamic_types/idl_parser/Annotations/Annotation.hpp
Outdated
Show resolved
Hide resolved
Danipiza
requested changes
Jan 29, 2026
Contributor
Danipiza
left a comment
There was a problem hiding this comment.
Use this new code-style branch to uncrustify the files
eProsima/code-style#15
Contributor
Author
|
Uncrustify will fail until new code-style is merged to master |
Contributor
🧪 CI InsightsHere's what we observed from your CI run for cb3a431. ❌ Job Failures
|
9d86d7c to
4362f54
Compare
Signed-off-by: Raül <raulojeda@eprosima.com>
Signed-off-by: Raül <raulojeda@eprosima.com>
Signed-off-by: Raül <raulojeda@eprosima.com>
Signed-off-by: Raül <raulojeda@eprosima.com>
Signed-off-by: Raül <raulojeda@eprosima.com>
Signed-off-by: Raül <raulojeda@eprosima.com>
Signed-off-by: Raül <raulojeda@eprosima.com>
Signed-off-by: Raül <raulojeda@eprosima.com>
Signed-off-by: Raül <raulojeda@eprosima.com>
Signed-off-by: Raül <raulojeda@eprosima.com>
Signed-off-by: Raül <raulojeda@eprosima.com>
Signed-off-by: Raül <raulojeda@eprosima.com>
4362f54 to
3f55b72
Compare
Signed-off-by: Raül <raulojeda@eprosima.com>
MiguelCompany
approved these changes
Feb 18, 2026
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.
Description
Given the recent upgrade to Uncrustify-0.78.1 and the new code style configuration, this PR runs the uncrustify on all the source files that:
.h,.hpp,.cppor.cxx./src/cpp/fastdds/xtypes/dynamic_types/idl_parser/custom_rules/SeqUntilManualStop.hpp, which for some reason gets stuck forever when uncrustified gets run on itScript used:
all_eprosima_uncrustifyhad to be run twice, and then the following manual changes were needed, since my local uncrustify wasnt exactly doing the same as the CI uncrustify:After @Danipiza revised several issues regarding the new style, a new config was created and
all_eprosima_uncrustifywas run twice again.Contributor Checklist
versions.mdfile (if applicable).Reviewer Checklist