Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-20 12:40:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-20 12:40:42 +0300
commitee664acb356f8123f4f6b00b73c1e1cf0866c7fb (patch)
treef8479f94a28f66654c6a4f6fb99bad6b4e86a40e /.haml-lint_todo.yml
parent62f7d5c5b69180e82ae8196b7b429eeffc8e7b4f (diff)
Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42
Diffstat (limited to '.haml-lint_todo.yml')
-rw-r--r--.haml-lint_todo.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.haml-lint_todo.yml b/.haml-lint_todo.yml
index 9f201dcc289..ce4f697300f 100644
--- a/.haml-lint_todo.yml
+++ b/.haml-lint_todo.yml
@@ -1,7 +1,19 @@
# This configuration was generated by
# `haml-lint --auto-gen-config`
-# on 2021-04-01 00:00:00 +0000 using Haml-Lint version 0.36.0.
+# on 2022-09-15 12:13:31 +0000 using Haml-Lint version 0.40.1.
# The point is for the user to remove these configuration records
# one by one as the lints are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of Haml-Lint, may require this file to be generated again.
+
+linters:
+
+ # Offense count: 11
+ RuboCop:
+ exclude:
+ - "app/views/layouts/_page.html.haml"
+ - "app/views/layouts/header/_default.html.haml"
+ - "app/views/projects/merge_requests/dropdowns/_branch.html.haml"
+ - "app/views/projects/merge_requests/dropdowns/_project.html.haml"
+ - "app/views/shared/_flash_user_callout.html.haml"
+ - "app/views/shared/_label.html.haml" \ No newline at end of file