diff options
Diffstat (limited to '.haml-lint.yml')
-rw-r--r-- | .haml-lint.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml index 33a960f7efe..4adb5e62f88 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: true + include: + - 'app/views/**/*.haml' + - 'ee/app/views/**/*.haml' + EmptyObjectReference: enabled: true |