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:
authorEvan Read <eread@gitlab.com>2022-05-20 09:47:58 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-05-20 09:47:58 +0300
commitbcb669cd6a50677a7b00d51cb3f2d707e6b0f462 (patch)
treea0b76557f4fded688d58c96075d9b761a2695b50 /.yamllint
parent6c9df20fbc0d60904b62dea6c2886d0a8e494218 (diff)
Refactor testing page and add link checking documentation
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint4
1 files changed, 3 insertions, 1 deletions
diff --git a/.yamllint b/.yamllint
index df7cdf40..1f381e64 100644
--- a/.yamllint
+++ b/.yamllint
@@ -3,5 +3,7 @@
extends: default
rules:
- line-length: disable
+ comments-indentation:
+ ignore: content/_data/navigation.yaml
document-start: disable
+ line-length: disable