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

Fix 'ui-docs-links lint' job referencing removed linter

This fixes that the `ui-docs-links lint` references the old
`DocumentationLinks` linter that was removed in [1].

[1]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/181453
上级 63dce8b8
No related branches found
No related tags found
无相关合并请求
......@@ -109,7 +109,7 @@ ui-docs-links lint:
stage: lint
needs: []
script:
- bundle exec haml-lint -i DocumentationLinks
- bundle exec haml-lint
docs-lint deprecations-and-removals:
variables:
......
......@@ -51,7 +51,7 @@ To test documentation links from GitLab code files locally, you can run
1. Run:
```shell
bundle exec haml-lint -i DocumentationLinks
bundle exec haml-lint
```
If you receive an error the first time you run this test, run `bundle install`, which
......
......@@ -3,5 +3,5 @@
- c.with_body do
%p= _('You have used all seats in your subscription, so you cannot add new users.')
- c.with_actions do
= render Pajamas::ButtonComponent.new(variant: :confirm, href: help_page_path('subscriptions/self_managed/index', anchor: 'add-seats-to-a-subscription')) do
= render Pajamas::ButtonComponent.new(variant: :confirm, href: help_page_path('subscriptions/self_managed/_index.md', anchor: 'add-seats-to-a-subscription')) do
= s_('Purchase more seats')
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册