summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-01-10 14:16:36 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-10 14:16:36 +0000
commit4b9f693be9e20fc77f44d43a5c67749b21c0d8d7 (patch)
treeccbe34f22979a8679eea60d134a0ecb170e68530
parentac7773d88a884af71b446823e07ce7be4a137838 (diff)
parent74867ea76b8523a21129c1d2cc3b1b4762afbc3c (diff)
Merge ".yamllint: Add initial config based on releng"
-rw-r--r--.yamllint8
1 files changed, 8 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
new file mode 100644
index 00000000..4402f17f
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,8 @@
+---
+extends: default
+
+rules:
+ # 120 chars should be enough and don't fail if a line is longer
+ line-length:
+ max: 120
+ level: warning