Skip to content

Commit

Permalink
Update from template
Browse files Browse the repository at this point in the history
Template version: main (d8afca0)
  • Loading branch information
simu committed Sep 19, 2023
1 parent e972ac1 commit 337bf61
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/projectsyn/commodore-component-template.git",
"commit": "1062a6134febddc4e4b5479b41afe4ab0f6face0",
"commit": "d8afca0d957d69b362c2cb45e3f6faa13662dfe2",
"checkout": "main",
"context": {
"cookiecutter": {
Expand Down
10 changes: 10 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 337bf61

Please sign in to comment.