Edit

kc3-lang/libevent/.yamllint

Branch :

  • Show log

    Commit

  • Author : Azat Khuzhin
    Date : 2020-01-26 21:30:15
    Hash : cf379ecc
    Message : Ignore truthy in yamllint (for github-actions)

  • .yamllint
  • # vi: ft=yaml
    ---
    extends: default
    
    rules:
        indentation:
            level: warning
            indent-sequences: consistent
        line-length: disable
        # github-actions "on:"
        truthy: disable