diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-11 15:08:36 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-11 15:08:36 +0000 |
commit | 018431c70e62358b959d23e7881bf1513e68f165 (patch) | |
tree | 052ba4863efbcab40f41e8d4a09f5add9103c62b /.haml-lint_todo.yml | |
parent | 0526dc1e681db465189573d0931610c049206106 (diff) | |
download | gitlab-ce-018431c70e62358b959d23e7881bf1513e68f165.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 e65143a06f2..5bd7dc18831 100644 --- a/.haml-lint_todo.yml +++ b/.haml-lint_todo.yml @@ -162,7 +162,6 @@ linters: - "app/views/projects/_home_panel.html.haml" - "app/views/projects/_import_project_pane.html.haml" - "app/views/projects/_issuable_by_email.html.haml" - - "app/views/projects/_md_preview.html.haml" - "app/views/projects/_readme.html.haml" - "app/views/projects/artifacts/_artifact.html.haml" - "app/views/projects/artifacts/_tree_file.html.haml" @@ -267,7 +266,6 @@ linters: - "app/views/projects/triggers/_index.html.haml" - "app/views/projects/triggers/_trigger.html.haml" - "app/views/projects/triggers/edit.html.haml" - - "app/views/projects/wikis/_pages_wiki_page.html.haml" - "app/views/search/results/_issue.html.haml" - "app/views/search/results/_note.html.haml" - "app/views/search/results/_snippet_blob.html.haml" @@ -277,6 +275,7 @@ linters: - "app/views/shared/_delete_label_modal.html.haml" - "app/views/shared/_group_form.html.haml" - "app/views/shared/_group_tips.html.haml" + - "app/views/shared/_md_preview.html.haml" - "app/views/shared/_milestone_expired.html.haml" - "app/views/shared/_no_password.html.haml" - "app/views/shared/_ping_consent.html.haml" @@ -313,6 +312,7 @@ linters: - "app/views/shared/snippets/_snippet.html.haml" - "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" |