diff --git a/.cruft.json b/.cruft.json index 68d5d98..5c0dd7f 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/projectsyn/commodore-component-template.git", - "commit": "1062a6134febddc4e4b5479b41afe4ab0f6face0", + "commit": "d8afca0d957d69b362c2cb45e3f6faa13662dfe2", "checkout": "main", "context": { "cookiecutter": { diff --git a/.yamllint.yml b/.yamllint.yml index d4ac777..b49db51 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -10,6 +10,16 @@ rules: max: 80 level: warning + # Forbid octal literals until we've fully migrated to reclass-rs + octal-values: + forbid-implicit-octal: true + forbid-explicit-octal: true + + # Restrict truthy values to set which is parsed as boolean by reclass-rs + truthy: + allowed-values: ['true', 'false', 'True', 'False', 'TRUE', 'FALSE'] + check-keys: true + ignore: | dependencies/ helmcharts/