mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-05-08 22:32:58 +00:00
Merge pull request #131 from 0xFelix/yamllint-2
cleanup(yamllint): Add yamllint options required by ansible-lint
This commit is contained in:
@@ -2,6 +2,14 @@
|
|||||||
extends: default
|
extends: default
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
|
comments:
|
||||||
|
min-spaces-from-content: 1
|
||||||
|
comments-indentation: false
|
||||||
|
braces:
|
||||||
|
max-spaces-inside: 1
|
||||||
|
octal-values:
|
||||||
|
forbid-implicit-octal: true
|
||||||
|
forbid-explicit-octal: true
|
||||||
line-length:
|
line-length:
|
||||||
max: 140
|
max: 140
|
||||||
document-start:
|
document-start:
|
||||||
|
|||||||
Reference in New Issue
Block a user