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
0bca259f
Commit
0bca259f
authored
Sep 06, 2021
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ignore new ESLint violations
parent
1a4a7100
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
ee/app/assets/javascripts/ci_minutes_usage/components/minutes_usage_project_chart.vue
..._minutes_usage/components/minutes_usage_project_chart.vue
+1
-0
ee/app/assets/javascripts/vue_shared/security_reports/components/dismiss_button.vue
...vue_shared/security_reports/components/dismiss_button.vue
+1
-0
ee/app/assets/javascripts/vue_shared/security_reports/components/modal_footer.vue
...s/vue_shared/security_reports/components/modal_footer.vue
+1
-0
No files found.
ee/app/assets/javascripts/ci_minutes_usage/components/minutes_usage_project_chart.vue
View file @
0bca259f
...
...
@@ -88,6 +88,7 @@ export default {
data-testid=
"month-dropdown-item"
@
click=
"changeSelectedMonth(monthName)"
>
<!-- eslint-disable-next-line @gitlab/vue-require-string-literal-i18n-helpers -->
<gl-sprintf
:message=
"__(monthName)"
/>
</gl-dropdown-item>
</gl-dropdown>
...
...
ee/app/assets/javascripts/vue_shared/security_reports/components/dismiss_button.vue
View file @
0bca259f
...
...
@@ -55,6 +55,7 @@ export default {
class=
"js-dismiss-btn"
@
click=
"handleDismissClick"
>
<!-- eslint-disable-next-line @gitlab/vue-require-string-literal-i18n-helpers -->
{{
__
(
buttonText
)
}}
</gl-button>
<gl-button
...
...
ee/app/assets/javascripts/vue_shared/security_reports/components/modal_footer.vue
View file @
0bca259f
...
...
@@ -147,6 +147,7 @@ export default {
data-qa-selector=
"create_issue_button"
@
click=
"$emit(actionButtons[0].action)"
>
<!-- eslint-disable-next-line @gitlab/vue-require-string-literal-i18n-helpers -->
{{
__
(
actionButtons
[
0
].
name
)
}}
</gl-button>
</div>
...
...
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