aboutsummaryrefslogtreecommitdiffstats
path: root/.yamllint
Commit message (Collapse)AuthorAgeFilesLines
* Add YAMLLint rulesColin Wilk2023-05-241-0/+52
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>