diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-19 01:45:44 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-19 01:45:44 +0000 |
commit | 85dc423f7090da0a52c73eb66faf22ddb20efff9 (patch) | |
tree | 9160f299afd8c80c038f08e1545be119f5e3f1e1 /.haml-lint_todo.yml | |
parent | 15c2c8c66dbe422588e5411eee7e68f1fa440bb8 (diff) | |
download | gitlab-ce-85dc423f7090da0a52c73eb66faf22ddb20efff9.tar.gz |
Add latest changes from gitlab-org/gitlab@13-4-stable-ee
Diffstat (limited to '.haml-lint_todo.yml')
-rw-r--r-- | .haml-lint_todo.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.haml-lint_todo.yml b/.haml-lint_todo.yml index dabf7cd9a95..83aba188d2b 100644 --- a/.haml-lint_todo.yml +++ b/.haml-lint_todo.yml @@ -63,6 +63,8 @@ linters: - "app/views/admin/users/new.html.haml" - "app/views/admin/users/projects.html.haml" - "app/views/admin/users/show.html.haml" + - 'app/views/authentication/_authenticate.html.haml' + - 'app/views/authentication/_register.html.haml' - "app/views/clusters/clusters/_cluster.html.haml" - "app/views/clusters/clusters/new.html.haml" - "app/views/dashboard/milestones/index.html.haml" @@ -116,9 +118,12 @@ linters: - "app/views/import/bitbucket/status.html.haml" - "app/views/import/bitbucket_server/status.html.haml" - "app/views/invites/show.html.haml" + - "app/views/jira_connect/subscriptions/index.html.haml" - "app/views/layouts/_mailer.html.haml" + - "app/views/layouts/experiment_mailer.html.haml" - "app/views/layouts/header/_default.html.haml" - "app/views/layouts/header/_new_dropdown.haml" + - "app/views/layouts/jira_connect.html.haml" - "app/views/layouts/notify.html.haml" - "app/views/notify/_failed_builds.html.haml" - "app/views/notify/_reassigned_issuable_email.html.haml" @@ -289,7 +294,6 @@ linters: - "app/views/shared/issuable/_search_bar.html.haml" - "app/views/shared/issuable/_sidebar.html.haml" - "app/views/shared/issuable/form/_default_templates.html.haml" - - "app/views/shared/issuable/form/_issue_assignee.html.haml" - "app/views/shared/issuable/form/_template_selector.html.haml" - "app/views/shared/issuable/form/_title.html.haml" - "app/views/shared/labels/_form.html.haml" @@ -309,8 +313,6 @@ linters: - "app/views/shared/web_hooks/_form.html.haml" - "app/views/shared/web_hooks/_hook.html.haml" - "app/views/shared/wikis/_pages_wiki_page.html.haml" - - "app/views/u2f/_authenticate.html.haml" - - "app/views/u2f/_register.html.haml" - "app/views/users/_deletion_guidance.html.haml" - "ee/app/views/admin/_namespace_plan_info.html.haml" - "ee/app/views/admin/application_settings/_templates.html.haml" @@ -333,8 +335,6 @@ linters: - "ee/app/views/groups/group_members/_sync_button.html.haml" - "ee/app/views/groups/hooks/edit.html.haml" - "ee/app/views/groups/ldap_group_links/index.html.haml" - - "ee/app/views/jira_connect/subscriptions/index.html.haml" - - "ee/app/views/layouts/jira_connect.html.haml" - "ee/app/views/layouts/nav/ee/admin/_new_monitoring_sidebar.html.haml" - "ee/app/views/layouts/service_desk.html.haml" - "ee/app/views/ldap_group_links/_form.html.haml" |