Skip to content

Commit 560dab0

Browse files
authored
Merge pull request #66 from projectsyn/template-sync
Update from component template
2 parents b7fa198 + 4007b33 commit 560dab0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/projectsyn/commodore-component-template.git",
3-
"commit": "1062a6134febddc4e4b5479b41afe4ab0f6face0",
3+
"commit": "d8afca0d957d69b362c2cb45e3f6faa13662dfe2",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {

.yamllint.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ rules:
1010
max: 80
1111
level: warning
1212

13+
# Forbid octal literals until we've fully migrated to reclass-rs
14+
octal-values:
15+
forbid-implicit-octal: true
16+
forbid-explicit-octal: true
17+
18+
# Restrict truthy values to set which is parsed as boolean by reclass-rs
19+
truthy:
20+
allowed-values: ['true', 'false', 'True', 'False', 'TRUE', 'FALSE']
21+
check-keys: true
22+
1323
ignore: |
1424
dependencies/
1525
helmcharts/

0 commit comments

Comments
 (0)