Browse Source

ignore duplicate key in a file that is deliberately broken

Signed-off-by: Michal Wasilewski <mwasilewski@gmx.com>
pull/8802/head
Michal Wasilewski 3 years ago
parent
commit
6f1d3e66b5
No known key found for this signature in database
GPG Key ID: 9C9AAD795F94409B
  1. 3
      .yamllint

3
.yamllint

@ -14,4 +14,7 @@ rules:
document-start: disable
indentation:
spaces: consistent
key-duplicates:
ignore: |
*section_key_dup.bad.yml
line-length: disable

Loading…
Cancel
Save