diff --git a/.yamllint b/.yamllint new file mode 100644 index 000000000..c8bbc936f --- /dev/null +++ b/.yamllint @@ -0,0 +1,8 @@ +--- +extends: default + +rules: + # 160 chars should be enough, but don't fail if a line is longer + line-length: + max: 160 + level: warning