6 Commits

Author SHA1 Message Date
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
Sergii Dmytruk 76bee8eea2 scripts/run.sh: make help message more complete
Mention that it's possible to pass arbitrary parameters to `robot` after
`--`.

Also use parenthesis instead of brackets for the mandatory parameter and
indicate that it doesn't have to be a single parameter.

Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2024-11-15 18:28:30 +01:00
Filip Gołaś 97a00072d0 scripts/run.sh: Simplify passing args
Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
2024-07-24 12:39:34 +02:00
Filip Gołaś 274237d2b2 scripts/run/sh: simplify passing arguments
Co-authored-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
2024-07-23 00:11:00 +02:00
Filip Gołaś e2328bf604 scripts/run.sh: Pass all arguments to robot
Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
2024-07-23 00:08:59 +02:00
Maciej Pijanowski 046d079247 add common wrapper for robot cmd
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
2024-03-02 15:04:45 +01:00