docker_container_copy_into: add mode_parse option (#1074)

* Add mode_parse option.

* Make yamllint config strict.

* Lint.
This commit is contained in:
Felix Fontein
2025-04-28 20:46:11 +02:00
committed by GitHub
parent 424b39fe36
commit ad989c1942
9 changed files with 431 additions and 100 deletions
+3 -3
View File
@@ -45,9 +45,9 @@ rules:
braces:
min-spaces-inside: 0
max-spaces-inside: 1
#octal-values:
# forbid-implicit-octal: true
# forbid-explicit-octal: true
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true
comments:
min-spaces-from-content: 1
comments-indentation: false