diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-07 12:08:27 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-07 12:08:27 +0000 |
commit | a8653790086d284cecffdc35892bb422cd6c9a7b (patch) | |
tree | 8d1f4dc69026a42a47b1026eef2566c7461a52fe /.haml-lint_todo.yml | |
parent | 444f662b8d8cbe47a8f3fa1db6ed926d64f3def3 (diff) | |
download | gitlab-ce-a8653790086d284cecffdc35892bb422cd6c9a7b.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.haml-lint_todo.yml')
-rw-r--r-- | .haml-lint_todo.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.haml-lint_todo.yml b/.haml-lint_todo.yml index 4163c7bacd1..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" @@ -311,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" |