Commit Graph

7 Commits

Author SHA1 Message Date
Filip Gołaś
b92b8ea68b create_platform_config.py: Rewrite using robot libraries
Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
2025-08-28 17:42:19 +02:00
Filip Gołaś
4ada418b21 create_platform_config.py: Fix so the configs actually work
Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
2025-08-28 17:42:14 +02:00
Danik Klimuk
38906581c4 Add gitcliff and reuse fix (#633)
* add git-cliff and reuse

Files that do not support comments or that have problems adding comments
at the first line should have a separate .license file or a rule inside
REUSE.toml (in case there are a lot of such files).

.robot files generally support comments at the first line, but robotidy
does not want comments to start at first line. It wants so, that everything
that is located before first section should be placed inside "Comments"
section. But reuse does not support license headers in any sections. So
reuse and robotidy have a conflict here.

Because there are a lot of .robot files, I have decided to add them into
REUSE.toml instead of separate .license files or robotidy exceptions.

Signed-off-by: Daniil Klimuk <daniil.klimuk@3mdeb.com>

* add LICENSES and license headers to files

Files that does not have license headers have either .license file or a
rule inside REUSE.toml.

Signed-off-by: Daniil Klimuk <daniil.klimuk@3mdeb.com>

* .github: ISSUE_TEMPLATE: fix markdownlint

Signed-off-by: Daniil Klimuk <daniil.klimuk@3mdeb.com>

* README: add git-cliff and reuse

Signed-off-by: Daniil Klimuk <daniil.klimuk@3mdeb.com>

---------

Signed-off-by: Daniil Klimuk <daniil.klimuk@3mdeb.com>
2024-12-17 18:49:05 +01:00
Filip Gołaś
f4aa6ef65f create_platform_config.py: Remove debug prints
Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
2024-08-20 13:00:19 +02:00
Filip Gołaś
047e18d69e scripts/create_platform_config.py: Lint
Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
2024-08-20 13:00:19 +02:00
Filip Gołaś
0fbcc029f3 scripts/create_platform_config.py: Creates a config using includes
Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
2024-08-20 13:00:18 +02:00
Filip Gołaś
6e2a784e58 scripts/create_platform_config.py: Parsing variables from configs
Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
2024-08-20 13:00:18 +02:00