Skip to content

moved uncrustify into a separate GitHub action#3515

Merged
danmar merged 1 commit into
cppcheck-opensource:mainfrom
firewave:ci-format
Oct 18, 2021
Merged

moved uncrustify into a separate GitHub action#3515
danmar merged 1 commit into
cppcheck-opensource:mainfrom
firewave:ci-format

Conversation

@firewave

Copy link
Copy Markdown
Collaborator

Having it run on multiple platforms doesn't make sense and also it breaking the regular build and test execution might hide other issues so we will have to potentially do multiple pushes to fix the build.

The best way would be if it were possible to run the format check before all other jobs so it will fail extremely fast, but unfortunately GitHub actions do not offer this.

Also uncrustify doesn't appear to be able to format all the code - see threadexecutor.cpp at line 255 (FD_SET).

@danmar danmar merged commit 22a684d into cppcheck-opensource:main Oct 18, 2021
@firewave firewave deleted the ci-format branch October 18, 2021 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants