summaryrefslogtreecommitdiff
path: root/app/views/shared/boards
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2018-02-28 15:59:50 -0700
committerConnor Shea <connor.james.shea@gmail.com>2018-02-28 15:59:50 -0700
commitad532918ed250ca341a2fd931598d1188adb35dd (patch)
treea9b4b9d964a0aa4d56bfe2e7245f1973d1a27cb6 /app/views/shared/boards
parent25283e71011490c674c54e64384957a692235e38 (diff)
downloadgitlab-ce-ad532918ed250ca341a2fd931598d1188adb35dd.tar.gz
Ignore InlineJavaScript linter in existing script tag locations.winh-inline-script-linter
Diffstat (limited to 'app/views/shared/boards')
-rw-r--r--app/views/shared/boards/_show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/shared/boards/_show.html.haml b/app/views/shared/boards/_show.html.haml
index 3312254f5fb..014b8de1dc9 100644
--- a/app/views/shared/boards/_show.html.haml
+++ b/app/views/shared/boards/_show.html.haml
@@ -7,6 +7,7 @@
- content_for :page_specific_javascripts do
= webpack_bundle_tag 'common_vue'
+ -# haml-lint:disable InlineJavaScript
%script#js-board-template{ type: "text/x-template" }= render "shared/boards/components/board"
%script#js-board-modal-filter{ type: "text/x-template" }= render "shared/issuable/search_bar", type: :boards_modal