Files
devstack-plugin-tobiko/.yamllint
Eduardo Olivares a5f386b22a Add .yamlint file to avoid linters failures
yaml files are allowed to include lines with more than 80 characters.

Change-Id: Id4d50e9a671540937a44d7c92894d1347b479ca8
2025-08-27 12:23:12 +02:00

8 lines
137 B
Plaintext

extends: default
rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 80
level: warning