Skip to content
Snippets Groups Projects
Select Git revision
  • th/rhel
  • am/openjdk
  • master default protected
  • th/promtail
4 results

.yamllint

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