-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update runformat #7778
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
base: main
Are you sure you want to change the base?
Update runformat #7778
Conversation
…sure that the same commands are used in CI and in runformat
|
@@ -51,4 +51,3 @@ formatCplusplus lib/ | |||
formatCplusplus oss-fuzz/ | |||
formatCplusplus test/ | |||
formatCplusplus tools/ | |||
formatCplusplus samples/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you remove it here then you also do not need to apply any of the changes.
Also we lack frontend
here...
// cppcheck-suppress invalidContainerLoop | ||
data.clear(); | ||
// cppcheck-suppress invalidContainerLoop | ||
data.clear(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably add a scope here.
data.insert(i); | ||
data.insert(i); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add a scope.
No description provided.