diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-01-10 14:16:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-10 14:16:36 +0000 |
commit | 4b9f693be9e20fc77f44d43a5c67749b21c0d8d7 (patch) | |
tree | ccbe34f22979a8679eea60d134a0ecb170e68530 /.yamllint | |
parent | ac7773d88a884af71b446823e07ce7be4a137838 (diff) | |
parent | 74867ea76b8523a21129c1d2cc3b1b4762afbc3c (diff) |
Merge ".yamllint: Add initial config based on releng"
Diffstat (limited to '.yamllint')
-rw-r--r-- | .yamllint | 8 |
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 |