Skip to content

fix(clang-format): Illegal EnumTrailingComma value - #10708

Closed
claucambra wants to merge 1 commit into
masterfrom
work/clang-format-fix
Closed

fix(clang-format): Illegal EnumTrailingComma value#10708
claucambra wants to merge 1 commit into
masterfrom
work/clang-format-fix

Conversation

@claucambra

Copy link
Copy Markdown
Collaborator

Summary

The clang-format config contains:

EnumTrailingComma: ETC_Insert

For YAML, it must be:

EnumTrailingComma: Insert

ETC_Insert is the C++ enum name. LLVM鈥檚 configuration syntax uses Insert (LLVM documentation (https://clang.llvm.org/docs/ClangFormatStyleOptions.html#enumtrailingcomma)).

Checklist

AI (if applicable)

Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
@claucambra claucambra self-assigned this Sep 1, 2026
@claucambra claucambra added the CI build/checks continuous integration, Drone, testing label Sep 1, 2026
@sonarqubecloud

sonarqubecloud Bot commented Sep 1, 2026

Copy link
Copy Markdown

@mgallien mgallien left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks
I thought I had fix it already

@mgallien

mgallien commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator

already done in #10689

@mgallien mgallien closed this Sep 2, 2026
@claucambra
claucambra deleted the work/clang-format-fix branch September 3, 2026 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI build/checks continuous integration, Drone, testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants