ansible-collection-famedly-.../roles/element/.yamllint
Jan Christian Grünhage 5a777cd2d1 refactor(element): rename riot role to element
Riot is now Element, and therefore this role has to do a lot of
`s/riot/element/g`. There's still a few references to riot here and
there, but fixing those depends on external changes.

This does not attempt any automatic migration, you will need to clean
up the old webroot or container yourself.

BREAKING CHANGE: role name and variable names have changed
2020-08-09 22:51:09 +02:00

11 lines
172 B
Text

extends: default
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
line-length: disable
truthy: disable