diff options
Diffstat (limited to '.haml-lint.yml')
-rw-r--r-- | .haml-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml index b6b0c63f286..4adb5e62f88 100644 --- a/.haml-lint.yml +++ b/.haml-lint.yml @@ -28,7 +28,7 @@ linters: max_consecutive: 2 DocumentationLinks: - enabled: false + enabled: true include: - 'app/views/**/*.haml' - 'ee/app/views/**/*.haml' |