github.com/networkservicemesh/govpp@v0.0.0-20240328101142-8a444680fbba/.ci/yamllint.yml (about)

     1  ---
     2  extends: default
     3  
     4  yaml-files:
     5    - '*.yaml'
     6    - '*.yml'
     7  
     8  rules:
     9    truthy: disable
    10    # 80 chars should be enough, but don't fail if a line is longer
    11    line-length: disable
    12    comments-indentation:
    13      ignore: .circleci/config.yml