Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
94b10d3c
Commit
94b10d3c
authored
Feb 28, 2018
by
Connor Shea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ignore linting for EE-specific warnings.
parent
c9884d35
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
app/views/projects/blob/_header.html.haml
app/views/projects/blob/_header.html.haml
+1
-0
ee/app/views/groups/analytics/show.html.haml
ee/app/views/groups/analytics/show.html.haml
+1
-1
ee/app/views/profiles/slacks/edit.html.haml
ee/app/views/profiles/slacks/edit.html.haml
+1
-0
No files found.
app/views/projects/blob/_header.html.haml
View file @
94b10d3c
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
=
render
'projects/fork_suggestion'
=
render
'projects/fork_suggestion'
-
if
@project
.
feature_available?
(
:file_locks
)
-
if
@project
.
feature_available?
(
:file_locks
)
-# haml-lint:disable InlineJavaScript
%script
#js-file-lock
{
type:
"application/json"
}
%script
#js-file-lock
{
type:
"application/json"
}
-
data
=
{}
-
data
=
{}
-
data
[
:path
]
=
@path
-
data
[
:path
]
=
@path
...
...
ee/app/views/groups/analytics/show.html.haml
View file @
94b10d3c
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
%td
=
@stats
[
:merge_requests_merged
][
index
]
%td
=
@stats
[
:merge_requests_merged
][
index
]
%td
=
@stats
[
:total_events
][
index
]
%td
=
@stats
[
:total_events
][
index
]
-# haml-lint:disable InlineJavaScript
%script
#js-analytics-data
{
type:
"application/json"
}
%script
#js-analytics-data
{
type:
"application/json"
}
-
data
=
{}
-
data
=
{}
-
data
[
:labels
]
=
@users
.
map
(
&
:name
)
-
data
[
:labels
]
=
@users
.
map
(
&
:name
)
...
...
ee/app/views/profiles/slacks/edit.html.haml
View file @
94b10d3c
=
webpack_bundle_tag
'add_gitlab_slack_application'
=
webpack_bundle_tag
'add_gitlab_slack_application'
-# haml-lint:disable InlineJavaScript
%script
#js-add-gitlab-slack-application-entry-data
{
type:
"application/json"
}
%script
#js-add-gitlab-slack-application-entry-data
{
type:
"application/json"
}
=
add_to_slack_data
(
@projects
)
=
add_to_slack_data
(
@projects
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment