| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor failed_when condition into condition list | Colin Wilk | 2023-05-24 | 1 | -3/+3 |
| | | | | | | | | Change single logic condition with `and` string into two logic conditions in a condition list. Signed-off-by: Colin Wilk <colin.wilk@tum.de> | ||||
| * | Add YAMLLint rules | Colin Wilk | 2023-05-24 | 1 | -21/+21 |
| | | | | | | | | | | | | | | | | Fix linting errors that came up with the new rules Main changes: * Enforce YAML document start headers * Enforce spacing with commas, colons and hyphens * Enforce indentation * Enforce use of quotes only then required * Enforce use of single quotes over double quotes * Enforce use of true/false over yes/no and derivatives * [..] Other minor rules that were already followed Signed-off-by: Colin Wilk <colin.wilk@tum.de> | ||||
| * | init | Colin Wilk | 2023-05-24 | 1 | -0/+120 |
| Signed-off-by: Colin Wilk <colin.wilk@tum.de> | |||||