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
c05654ca
Commit
c05654ca
authored
Dec 03, 2019
by
Winnie Hellmann
Committed by
Clement Ho
Dec 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make import/no-cycle ESLint rule an error
parent
97ec74e1
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
1 deletion
+14
-1
.eslintrc.yml
.eslintrc.yml
+0
-1
app/assets/javascripts/filtered_search/.eslintrc.yml
app/assets/javascripts/filtered_search/.eslintrc.yml
+3
-0
app/assets/javascripts/ide/.eslintrc.yml
app/assets/javascripts/ide/.eslintrc.yml
+2
-0
app/assets/javascripts/image_diff/.eslintrc.yml
app/assets/javascripts/image_diff/.eslintrc.yml
+3
-0
ee/app/assets/javascripts/filtered_search/.eslintrc.yml
ee/app/assets/javascripts/filtered_search/.eslintrc.yml
+3
-0
ee/app/assets/javascripts/vue_shared/.eslintrc.yml
ee/app/assets/javascripts/vue_shared/.eslintrc.yml
+3
-0
No files found.
.eslintrc.yml
View file @
c05654ca
...
@@ -30,7 +30,6 @@ rules:
...
@@ -30,7 +30,6 @@ rules:
no-else-return
:
no-else-return
:
-
error
-
error
-
allowElseIf
:
true
-
allowElseIf
:
true
import/no-cycle
:
warn
import/no-useless-path-segments
:
off
import/no-useless-path-segments
:
off
import/order
:
warn
import/order
:
warn
lines-between-class-members
:
off
lines-between-class-members
:
off
...
...
app/assets/javascripts/filtered_search/.eslintrc.yml
0 → 100644
View file @
c05654ca
rules
:
# https://gitlab.com/gitlab-org/gitlab/issues/28716
import/no-cycle
:
off
app/assets/javascripts/ide/.eslintrc.yml
View file @
c05654ca
rules
:
rules
:
# https://gitlab.com/gitlab-org/gitlab/issues/28717
import/no-cycle
:
off
# https://gitlab.com/gitlab-org/gitlab/issues/33024
# https://gitlab.com/gitlab-org/gitlab/issues/33024
promise/no-nesting
:
off
promise/no-nesting
:
off
app/assets/javascripts/image_diff/.eslintrc.yml
0 → 100644
View file @
c05654ca
rules
:
# https://gitlab.com/gitlab-org/gitlab/issues/28719
import/no-cycle
:
off
ee/app/assets/javascripts/filtered_search/.eslintrc.yml
0 → 100644
View file @
c05654ca
rules
:
# https://gitlab.com/gitlab-org/gitlab/issues/28716
import/no-cycle
:
off
ee/app/assets/javascripts/vue_shared/.eslintrc.yml
0 → 100644
View file @
c05654ca
rules
:
# https://gitlab.com/gitlab-org/gitlab/issues/37987
import/no-cycle
:
off
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