-
Notifications
You must be signed in to change notification settings - Fork 34
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
Apply clang format and clang tidy to common #646
Open
TomasTurina
wants to merge
27
commits into
main
Choose a base branch
from
fix/598-apply-clang-format-to-common
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+15,737
−17,335
Conversation
This file contains 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
e6e80c5
to
e23fd5f
Compare
c2c56bd
to
887b568
Compare
ad46d35
to
01a6993
Compare
aritosteles
approved these changes
Mar 12, 2025
Nicogp
reviewed
Mar 12, 2025
6d1aa62
to
2d60efd
Compare
b62b833
to
1c84d0d
Compare
1c84d0d
to
2d2c049
Compare
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
This PR introduces several improvements in common libraries.
Proposed Changes
clang-format
checks to all used common libraries.clang-tidy
checks to most of used common libraries.data_provider
anddbsync
will be worked separately.utils
libraries.Results and Evidence
Linux tests:
macOS tests:
Windows tests:
Artifacts Affected
Configuration Changes
N/A
Documentation Updates
N/A
Tests Introduced
N/A
Review Checklist