Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-09-06 07:07:37 +0300
committerEvan Read <eread@gitlab.com>2019-09-06 07:07:37 +0300
commit3236a3fd10d7e096a19295c6ef3c863a5d24df5d (patch)
tree16e710ae5bd0d267123fee0be5f6256a4e131fac /.yamllint
parentc4073309d7f112c717f0996d0974c52d3fb32597 (diff)
Add yamllint to the test suite
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint7
1 files changed, 7 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
new file mode 100644
index 00000000..df7cdf40
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,7 @@
+---
+
+extends: default
+
+rules:
+ line-length: disable
+ document-start: disable