Skip to content
Snippets Groups Projects
Select Git revision
  • 5480859752f833fa3c8e0817442f5fce005e035b
  • main default
  • qsx
3 results

main.yml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .yamllint 418 B
    ---
    
    extends: default
    
    rules:
      comments-indentation:
        level: warning
      document-start:
        level: error
      empty-lines:
        max: 1
      empty-values:
        forbid-in-flow-mappings: true
        forbid-in-block-mappings: true
      line-length:
        level: warning
        allow-non-breakable-inline-mappings: true
      octal-values:
        forbid-implicit-octal: true
        level: error
      # quoted-strings: enable
      truthy:
        level: error