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
bf638d68
Commit
bf638d68
authored
Jan 11, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolve all no-irregular-whitespace eslint violations
parent
ccada28f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
app/assets/javascripts/protected_branches/protected_branch_access_dropdown.js.es6
...rotected_branches/protected_branch_access_dropdown.js.es6
+2
-2
app/assets/javascripts/protected_branches/protected_branch_create.js.es6
...scripts/protected_branches/protected_branch_create.js.es6
+2
-2
app/assets/javascripts/protected_branches/protected_branch_edit.js.es6
...vascripts/protected_branches/protected_branch_edit.js.es6
+2
-2
app/assets/javascripts/protected_branches/protected_branch_edit_list.js.es6
...ipts/protected_branches/protected_branch_edit_list.js.es6
+3
-3
No files found.
app/assets/javascripts/protected_branches/protected_branch_access_dropdown.js.es6
View file @
bf638d68
/* eslint-disable arrow-parens, no-param-reassign,
no-irregular-whitespace,
object-shorthand, no-else-return, comma-dangle, max-len */
/* eslint-disable arrow-parens, no-param-reassign, object-shorthand, no-else-return, comma-dangle, max-len */
(global => {
global.gl = global.gl ||
{};
global.gl = global.gl ||
{};
gl.ProtectedBranchAccessDropdown = class {
constructor(options) {
...
...
app/assets/javascripts/protected_branches/protected_branch_create.js.es6
View file @
bf638d68
/* eslint-disable no-new, arrow-parens, no-param-reassign,
no-irregular-whitespace,
comma-dangle, max-len */
/* eslint-disable no-new, arrow-parens, no-param-reassign, comma-dangle, max-len */
/* global ProtectedBranchDropdown */
(global => {
global.gl = global.gl ||
{};
global.gl = global.gl ||
{};
gl.ProtectedBranchCreate = class {
constructor() {
...
...
app/assets/javascripts/protected_branches/protected_branch_edit.js.es6
View file @
bf638d68
/* eslint-disable no-new, arrow-parens, no-param-reassign,
no-irregular-whitespace,
comma-dangle, no-trailing-spaces, max-len */
/* eslint-disable no-new, arrow-parens, no-param-reassign, comma-dangle, no-trailing-spaces, max-len */
/* global Flash */
(global => {
global.gl = global.gl ||
{};
global.gl = global.gl ||
{};
gl.ProtectedBranchEdit = class {
constructor(options) {
...
...
app/assets/javascripts/protected_branches/protected_branch_edit_list.js.es6
View file @
bf638d68
/* eslint-disable arrow-parens, no-param-reassign, no-
irregular-whitespace, no-new, comma-dangle, max-len
*/
/* eslint-disable arrow-parens, no-param-reassign, no-
new, comma-dangle
*/
(global => {
global.gl = global.gl ||
{};
global.gl = global.gl ||
{};
gl.ProtectedBranchEditList = class {
constructor()
{
constructor()
{
this.$wrap = $('.protected-branches-list');
// Build edit forms
...
...
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