# allow "on" until yamllint stops checking keys for truthy!
# https://github.com/adrienverge/yamllint/issues/158
---
extends:
    default

rules:
    comments-indentation:
        disable
    braces:
        disable
    line-length:
        max: 120
    truthy:
        level:
            error
        allowed-values:
            ['true', 'false', 'on']
