Revert "container4nfv: Disable jobs until the project stops changing docker version"
[releng.git] / .yamllint
1 ---
2 extends: default
3
4 rules:
5   # 120 chars should be enough and don't fail if a line is longer
6   line-length:
7     max: 120
8     level: warning