mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Implement compatible yamllint, make octals explicit (#332)
* Implement compatible yamllint, make octals explicit Signed-off-by: Derek Nola <derek.nola@suse.com> * Replace yum with dnf, yum is deprecated Signed-off-by: Derek Nola <derek.nola@suse.com> --------- Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
10
.yamllint
10
.yamllint
@@ -6,4 +6,12 @@ rules:
|
||||
max: 180
|
||||
level: warning
|
||||
truthy:
|
||||
allowed-values: ['true', 'false']
|
||||
allowed-values: ["true", "false"]
|
||||
braces:
|
||||
max-spaces-inside: 1
|
||||
octal-values:
|
||||
forbid-implicit-octal: true
|
||||
forbid-explicit-octal: true
|
||||
comments:
|
||||
min-spaces-from-content: 1
|
||||
comments-indentation: false
|
||||
|
||||
Reference in New Issue
Block a user