istio.io/istio@v0.0.0-20240520182934-d79c90f27776/common/config/.yamllint.yml (about)

     1  # WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY
     2  #
     3  # The original version of this file is located in the https://github.com/istio/common-files repo.
     4  # If you're looking at this file in a different repo and want to make a change, please go to the
     5  # common-files repo, make the change there and check it in. Then come back to this repo and run
     6  # "make update-common".
     7  
     8  rules:
     9    braces: disable
    10    brackets: disable
    11    colons: enable
    12    commas: disable
    13    comments: disable
    14    comments-indentation: disable
    15    document-end: disable
    16    document-start: disable
    17    empty-lines: disable
    18    empty-values: disable
    19    hyphens: enable
    20    indentation: disable
    21    key-duplicates: enable
    22    key-ordering: disable
    23    line-length: disable
    24    new-line-at-end-of-file: disable
    25    new-lines: enable
    26    octal-values: disable
    27    quoted-strings: disable
    28    trailing-spaces: disable
    29    truthy: disable