feat(tooling): migrate C++ formatting to central format_checker, appl…#114
Open
lavrovvalera wants to merge 1 commit into
Open
feat(tooling): migrate C++ formatting to central format_checker, appl…#114lavrovvalera wants to merge 1 commit into
lavrovvalera wants to merge 1 commit into
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
aa5a96a to
6238b29
Compare
|
The created documentation from the pull request is available at: docu-html |
- Remove `score_bazel_tools_cc` (old per-project clang-format aspect) and its Python 3.8 workaround; drop the `--config=clang_format` bazelrc block - Enable C++ in `use_format_targets(languages=[..., "cpp"])` from score_tooling; pin score_tooling to commit 2ea6153 (via `git_override`) which introduces the `languages` parameter; cascade `lobster` and updated `trlc` overrides required by that commit - Bump `score_baselibs` 0.2.7 → 0.2.9 (fixes `StringLiteral` self-deprecation that caused clang-tidy to fail on `message_parser_test`) - Fix pre-existing `vehicle_clock_test.cpp` - Apply `clang-format --style=file` to all C++ sources (~100 files) - CI: replace two-job format workflow with a single one - Docs: update formatting section Closes eclipse-score#113, eclipse-score#103
6238b29 to
5d84a85
Compare
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.
…y clang-format
score_bazel_tools_cc(old per-project clang-format aspect) and its Python 3.8 workaround; drop the--config=clang_formatbazelrc blockformat_multirun/format_testtargets from@aspect_rules_lintwithcc = "@llvm_toolchain//:clang-format"— equivalent to the upcominguse_format_targets(languages=[..., "cpp"])from score_toolingscore_toolingto commit 2ea6153 (viagit_override) which introduces thelanguagesparameter; cascadelobsterand updatedtrlcoverrides required by that commitscore_baselibs0.2.7 → 0.2.9 (fixesStringLiteralself-deprecation that caused clang-tidy to fail onmessage_parser_test)-Wbraced-scalar-initinvehicle_clock_test.cpp(double-brace{{x}}→ single-brace{x}forClockStatusinitializer)clang-format --style=fileto all C++ sources (~100 files)Closes #113, #103