Files
gitlab-foss/rubocop/rubocop-documentation.yml
2024-10-17 18:13:50 +00:00

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