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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-15 21:09:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-15 21:09:09 +0300
commitda1962d9ac710f95d350d2645c87f5a663123cf2 (patch)
tree1725ade126a9b4ae0148cd100cee94c44f9ce9f3 /.haml-lint.yml
parente69e3f1eb695b4e852c56e7ddf8c52915ae2631b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.haml-lint.yml')
-rw-r--r--.haml-lint.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml
index 33a960f7efe..b6b0c63f286 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -8,6 +8,7 @@ exclude:
- 'spec/**/*'
require:
- './haml_lint/linter/no_plain_nodes.rb'
+ - './haml_lint/linter/documentation_links.rb'
linters:
AltText:
@@ -26,6 +27,12 @@ linters:
enabled: false
max_consecutive: 2
+ DocumentationLinks:
+ enabled: false
+ include:
+ - 'app/views/**/*.haml'
+ - 'ee/app/views/**/*.haml'
+
EmptyObjectReference:
enabled: true