From b2b820b123d456afad9e2df3eab094ec5d79f47e Mon Sep 17 00:00:00 2001 From: Sascha Moecker Date: Thu, 11 Dec 2025 22:36:03 +0100 Subject: [PATCH] [doc] Make bazel-tools-cc active New state after https://github.com/eclipse-score/bazel-tools-cc/pull/1 has been merged. Signed-off-by: Sascha Moecker --- profile/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile/README.md b/profile/README.md index 9e5c1e5..e454389 100644 --- a/profile/README.md +++ b/profile/README.md @@ -50,7 +50,7 @@ See [S-CORE-website](https://eclipse-score.github.io/) and [documentation](https | Repository | Description | Status | |------------|-------------|--------| | [bazel-tools-python](https://github.com/eclipse-score/bazel-tools-python) | Repository for python static code checker | ✅ active | -| [bazel-tools-cc](https://github.com/eclipse-score/bazel-tools-cc) | Repository for clang-tidy based static code checker | 💤 obsolete | +| [bazel-tools-cc](https://github.com/eclipse-score/bazel-tools-cc) | Repository for C/C++ static code checker | ✅ active | | [inc_config_management](https://github.com/eclipse-score/inc_config_management) | Incubation repository for config management | ✅ active | | [inc_daal](https://github.com/eclipse-score/inc_daal) | Incubation repository for DAAL module | ✅ active | | [inc_feo](https://github.com/eclipse-score/inc_feo) | Incubation repository for the fixed execution order framework | 🕓 stale | @@ -96,4 +96,4 @@ See [S-CORE-website](https://eclipse-score.github.io/) and [documentation](https | Repository | Description | Status | |------------|-------------|--------| -| [examples](https://github.com/eclipse-score/examples) | Hosts templates and examples for score tools and workflows | 💤 obsolete | \ No newline at end of file +| [examples](https://github.com/eclipse-score/examples) | Hosts templates and examples for score tools and workflows | 💤 obsolete |