diff --git a/.yamllint.yml b/.yamllint.yml index b1f5eb7d00..5ef7e785a6 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -71,10 +71,7 @@ rules: forbid-implicit-octal: true forbid-explicit-octal: false - quoted-strings: - quote-type: 'single' - required: true - allow-quoted-quotes: true + quoted-strings: 'disable' trailing-spaces: {}