Skip to content
Snippets Groups Projects
Select Git revision
  • 9b7f5ec332c902ff1a20e49e3552f4d157b4cdba
  • master default protected
  • forbid-save-as
  • upload-via-token
  • moodle-integration
  • patch-double-tap-seek
  • patch_datum_anzeigen
  • patch_raum_anzeigen
  • intros
  • live_sources
  • bootstrap4
  • modules
12 results

README.md

Blame
  • Forked from Video AG Infrastruktur / website
    Source project has a limited visibility.
    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