Skip to content

Commit ecb5201

Browse files
authored
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 <[email protected]>
1 parent 1552d9d commit ecb5201

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,13 @@ It provides structured configuration that helps determine behavior such as:
104104
```python
105105
PROJECT_CONFIG = {
106106
"asil_level": "QM", # or "ASIL-A", "ASIL-B", etc.
107-
"source_code": ["cpp", "rust"] # Languages used in the module
107+
"source_code": ["python", "rust"] # Languages used in the module
108108
}
109109
```
110110

111111
### 🔧 Use Case
112112

113113
When used with macros like `dash_license_checker`, it allows dynamic selection of file types
114114
(e.g., `cargo`, `requirements`) based on the languages declared in `source_code`.
115+
116+
> C++ is not supported by `dash_license_checker`

0 commit comments

Comments
 (0)