From ecb5201125587c56bccf6bd8177b1f94edcffe2a Mon Sep 17 00:00:00 2001 From: Mike Haller Date: Fri, 19 Dec 2025 13:16:51 +0100 Subject: [PATCH] Update source_code languages in README Although C++ is mentioned very prominently, it's actually not supported by all macros - especially not by the dash license checker. Hence, extending the readme to clearly show that C++ is not yet supported. Signed-off-by: Mike Haller --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e8af75..41d667e 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ It provides structured configuration that helps determine behavior such as: ```python PROJECT_CONFIG = { "asil_level": "QM", # or "ASIL-A", "ASIL-B", etc. - "source_code": ["cpp", "rust"] # Languages used in the module + "source_code": ["python", "rust"] # Languages used in the module } ``` @@ -112,3 +112,5 @@ PROJECT_CONFIG = { When used with macros like `dash_license_checker`, it allows dynamic selection of file types (e.g., `cargo`, `requirements`) based on the languages declared in `source_code`. + +> C++ is not supported by `dash_license_checker`