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
a0ab9e02
Commit
a0ab9e02
authored
Mar 17, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove uses of global eslint-disable in EE
parent
e9cfe3e9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
app/assets/javascripts/ldap_groups_select.js
app/assets/javascripts/ldap_groups_select.js
+3
-1
app/assets/javascripts/path_locks.js
app/assets/javascripts/path_locks.js
+2
-1
app/assets/javascripts/weight_select.js
app/assets/javascripts/weight_select.js
+2
-1
No files found.
app/assets/javascripts/ldap_groups_select.js
View file @
a0ab9e02
/* eslint-disable */
/* eslint-disable space-before-function-paren, prefer-arrow-callback, no-var, one-var, one-var-declaration-per-line, object-shorthand, quotes, comma-dangle, consistent-return, no-unused-vars, padded-blocks, func-names, max-len */
/* global Api */
(
function
()
{
(
function
()
{
$
(
function
()
{
$
(
function
()
{
var
groupFormatSelection
,
ldapGroupResult
;
var
groupFormatSelection
,
ldapGroupResult
;
...
...
app/assets/javascripts/path_locks.js
View file @
a0ab9e02
/* eslint-disable */
/* eslint-disable space-before-function-paren, wrap-iife, one-var, no-var, one-var-declaration-per-line, no-unused-vars, object-shorthand, comma-dangle, prefer-arrow-callback, padded-blocks, func-names, max-len */
(
function
()
{
(
function
()
{
this
.
PathLocks
=
(
function
()
{
this
.
PathLocks
=
(
function
()
{
function
PathLocks
()
{}
function
PathLocks
()
{}
...
...
app/assets/javascripts/weight_select.js
View file @
a0ab9e02
/* eslint-disable */
/* eslint-disable space-before-function-paren, wrap-iife, prefer-arrow-callback, max-len, one-var, no-var, one-var-declaration-per-line, object-shorthand, comma-dangle, no-shadow, quotes, no-unused-vars, no-else-return, consistent-return, no-param-reassign, prefer-template, padded-blocks, func-names */
(
function
()
{
(
function
()
{
this
.
WeightSelect
=
(
function
()
{
this
.
WeightSelect
=
(
function
()
{
function
WeightSelect
()
{
function
WeightSelect
()
{
...
...
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