Skip to content
Snippets Groups Projects
Select Git revision
  • 749da45cf70474a7926315092baaefd9b0199d3c
  • tardis default
  • online-lip-2020
  • ss18
  • ws18
  • master protected
  • ws17
  • ss17
  • ws16
  • ss16
  • ws15 protected
  • ss15 protected
  • ws14 protected
  • buildhauer protected
  • ss14 protected
15 results

lipnsa.sh

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