Skip to content

adding indentation rule

Alessio Curri requested to merge yaml_linter_indentation into master

The yamllinter complains when list are not "properly" indented, ie:

  cct:
    client-classes:
    - pxe_efi_BC
    - pxe_bios

The new indentation rule allows for this syntax, but it has to be consistent per file (https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.indentation).

Merge request reports