summaryrefslogtreecommitdiff
path: root/.haml-lint.yml
diff options
context:
space:
mode:
authorJan Provaznik <jprovaznik@gitlab.com>2019-05-21 13:56:10 +0000
committerJan Provaznik <jprovaznik@gitlab.com>2019-05-21 13:56:10 +0000
commite556b421c503a067908d6937a2deb74310037a29 (patch)
treea4c5589ef29ea5adbc2fb02050e1325020aaf762 /.haml-lint.yml
parent4cf3a176da199b3f1fd874b3ba118e0ca2495939 (diff)
parent95afdfaeeb301699df3bbac0fde9cad0dda4d5f1 (diff)
downloadgitlab-ce-e556b421c503a067908d6937a2deb74310037a29.tar.gz
Merge branch 'haml-lint-no-plain-nodes' into 'master'
Add HamlLint::Linter::NoPlainNodes linter See merge request gitlab-org/gitlab-ce!28265
Diffstat (limited to '.haml-lint.yml')
-rw-r--r--.haml-lint.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml
index e356be30c45..9f3676fa080 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -1,9 +1,13 @@
+inherits_from:
+ - .haml-lint_todo.yml
# Whether to ignore frontmatter at the beginning of HAML documents for
# frameworks such as Jekyll/Middleman
skip_frontmatter: false
exclude:
- 'vendor/**/*'
- 'spec/**/*'
+require:
+ - './lib/haml_lint/linter/no_plain_nodes.rb'
linters:
AltText: