Skip to content
代码片段 群组 项目
未验证 提交 fcf93c07 编辑于 作者: Kev Kloss's avatar Kev Kloss 提交者: GitLab
浏览文件

Merge branch 're-enable-hamlt-lint-docs-pipelines' into 'master'

Re-enable haml-lint in docs pipelines

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168195



Merged-by: default avatarKev Kloss <kkloss@gitlab.com>
Approved-by: default avatarKev Kloss <kkloss@gitlab.com>
Approved-by: default avatarJoe Woodward <jwoodward@gitlab.com>
Co-authored-by: default avatarMarcel Amirault <mamirault@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -95,19 +95,15 @@ docs-lint links: ...@@ -95,19 +95,15 @@ docs-lint links:
script: script:
- lychee --offline --no-progress --include-fragments doc - lychee --offline --no-progress --include-fragments doc
# ui-docs-links lint:
# Disabled while links are being cleaned up. extends:
# See: https://gitlab.com/gitlab-org/gitlab/-/issues/419673 - .docs:rules:docs-lint
# - .static-analysis-base
# ui-docs-links lint: - .ruby-cache
# extends: stage: lint
# - .docs:rules:docs-lint needs: []
# - .static-analysis-base script:
# - .ruby-cache - bundle exec haml-lint -i DocumentationLinks
# stage: lint
# needs: []
# script:
# - bundle exec haml-lint -i DocumentationLinks
docs-lint deprecations-and-removals: docs-lint deprecations-and-removals:
variables: variables:
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
it 'displays callout on repository settings page' do it 'displays callout on repository settings page' do
expect(page).to have_content callout_message expect(page).to have_content callout_message
expect(page).to have_link('How to use branch rules', expect(page).to have_link('How to use branch rules',
href: help_page_path('user/project/repository/branches/index.md', anchor: 'create-a-branch-rule')) href: help_page_path('user/project/repository/branches/branch_rules.md', anchor: 'create-a-branch-rule'))
end end
context 'when callout is dismissed', :js do context 'when callout is dismissed', :js do
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册