mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-21 23:43:41 +00:00
9 lines
391 B
YAML
9 lines
391 B
YAML
# Lints against outdated documentation links rendered in the product and enforces extension-less
|
|
# paths.
|
|
# For now, we disable the cop on all HAML files to not conflict with the `DocumentationLinks` HAML
|
|
# linter. We'll eventually consolidate both cops into `Gitlab/DocumentationLinks/Link`.
|
|
Gitlab/DocumentationLinks/Link:
|
|
Exclude:
|
|
- app/views/**/*.haml
|
|
- ee/app/views/**/*.haml
|