该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 22, 2024
-
-
由 Peter Leitzen 创作于
Upgrading haml_lint improved passing whitespaces from HAML to RuboCop which triggered a couple of offenses. Let's disable the rule for now, upgrade, and fix them later.
-
- 3月 21, 2024
-
-
由 Peter Leitzen 创作于
Upgrading haml_lint improved passing whitespaces from HAML to RuboCop which triggered a couple of offenses. Let's disable the rule for now, upgrade, and fix them later.
-
- 3月 14, 2024
-
-
由 Peter Leitzen 创作于
Enforce `safe_format` for externalized strings with interpolations and `.html_safe`. # bad _('string %{open}foo%{close}').html_safe % { open: '<b>'.html_safe, close: '</b>'.html_safe } format(_('string %{open}foo%{close}').html_safe, open: '<b>'.html_safe, close: '</b>'.html_safe) # good safe_format(_('string %{open}foo%{close}'), tag_pair(tag.b, :open, :close) # also good no `html_safe` format(_('string %{var} number'), var: var)
-
- 12月 13, 2023
-
-
由 Stan Hu 创作于
This update fixes a confusing error in https://gitlab.com/gitlab-org/gitlab/-/jobs/5708107258 when `--parallel` is used (https://github.com/sds/haml-lint/pull/413).
-
- 11月 03, 2023
-
-
由 Doug Stull 创作于
- move the check to the left a bit and allow developer to detect the issue quicker before danger.
-
- 10月 03, 2023
-
-
由 Doug Stull 创作于
- prefer data-driven approaches instead https://gitlab.com/groups/gitlab-org/-/epics/7374
-
- 7月 04, 2023
-
-
由 David Dieulivol 创作于
-
- 6月 21, 2023
-
-
由 Peter Leitzen 创作于
Add files to RuboCop TODOs. Done via: 1. Enable cop rule in haml-lint.yml 2. bundle exec haml-lint --parallel > todos 3. rg -r " - '\$1.rb'" -o "^([^:]+)" todos | sort | uniq \ >> .rubocop_todo/gitlab/feature_available_usage.yml 4. bundle exec rake rubocop:todo:generate[Gitlab/FeatureAvailableUsage]
-
- 2月 15, 2023
-
-
由 Omar Qunsul 创作于
Changelog: other
-
- 2月 02, 2023
-
-
由 Junichi Sato 创作于
Changelog: other
-
- 1月 21, 2023
-
-
由 Junichi Sato 创作于
This new rule will move us toward using helper methods instead, which is beneficial because: 1. The docs URL could change and then we have a broken link 2. The URL is not specific to the deployment where the message shows up 3. Helper methods are easier to grep for / change in the case of a large refactor Closes https://gitlab.com/gitlab-org/gitlab/-/issues/378201 Changelog: other
-
- 10月 20, 2022
-
-
由 Robert May 创作于
Now picks up on .to_json calls and can autocorrect them to Gitlab::Json calls, which are preferred.
-
- 10月 12, 2022
-
-
由 Siddharth Asthana 创作于
Changelog: other
-
- 8月 10, 2022
-
-
由 Siddharth Asthana 创作于
Changelog: other
-
由 Siddharth Asthana 创作于
Changelog: other
-
由 Siddharth Asthana 创作于
Changelog: other
-
由 Siddharth Asthana 创作于
Changelog: other
-
- 6月 13, 2022
-
-
由 Peter Leitzen 创作于
-
- 5月 04, 2022
-
-
由 Peter Leitzen 创作于
This simplifies the setup: * Removes custom `require` in rake task * Removes `require`s and `production?` guard in linter * Adds `require` to .haml-lint.yml as suggested in HAML linter docs
-
- 4月 04, 2022
-
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 11月 01, 2021
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 4月 19, 2021
-
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 4月 15, 2021
-
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 4月 12, 2021
-
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 4月 10, 2021
-
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 4月 08, 2021
-
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 4月 07, 2021
-
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 3月 29, 2021
-
-
由 Rémy Coutable 创作于
This new cop will ensure consistency in usage of the `#feature_available?` method. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 3月 17, 2021
-
-
由 Diego Louzán 创作于
Ensure using `User#can_read_all_resources?` or `User#can_admin_all_resources?` instead of `User#admin?`
-
- 7月 17, 2020
-
-
由 Marcel Amirault 创作于
Add a pipeline job to test UI links to docs, as links break when docs move, especially anchors when headings change.
-
- 7月 15, 2020
-
-
由 Vasilii Iakliushin 创作于
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/208354 We want to validate if there are any broken links and dead anchors to documentation pages. Extra: * Extract anchor generation logic into Gitlab::Utils::Markdown module
-
- 5月 29, 2020
-
-
由 Doug Stull 创作于
- make use of new cops and gitlab-styles updates
-
- 7月 18, 2019
-
-
由 Robert Speicher 创作于
Also ensures we check Syntax with RuboCop, which is different.
-
- 5月 22, 2019
-
-
由 Stan Hu 创作于
Files in lib will be eager loaded and hence will require haml_lint to be loaded. Since this is only a development dependency, we can't assume this gem will be available in production, so it should never be loaded in production.
-