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
4d5ab72d
Commit
4d5ab72d
authored
Feb 13, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve RuboCop config and fix documentation after review
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
a3daceab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
.rubocop.yml
.rubocop.yml
+4
-6
doc/development/ee_features.md
doc/development/ee_features.md
+2
-2
No files found.
.rubocop.yml
View file @
4d5ab72d
...
@@ -10,10 +10,9 @@ AllCops:
...
@@ -10,10 +10,9 @@ AllCops:
Exclude
:
Exclude
:
-
'
vendor/**/*'
-
'
vendor/**/*'
-
'
node_modules/**/*'
-
'
node_modules/**/*'
-
'
db/*'
-
'
db/*
*/*
'
-
'
db/fixtures/**/*'
-
'
db/fixtures/**/*'
-
'
db/geo/*'
-
'
ee/db/**/*'
-
'
ee/db/geo/*'
-
'
tmp/**/*'
-
'
tmp/**/*'
-
'
bin/**/*'
-
'
bin/**/*'
-
'
generator_templates/**/*'
-
'
generator_templates/**/*'
...
@@ -27,7 +26,6 @@ Style/MutableConstant:
...
@@ -27,7 +26,6 @@ Style/MutableConstant:
Exclude
:
Exclude
:
-
'
db/migrate/**/*'
-
'
db/migrate/**/*'
-
'
db/post_migrate/**/*'
-
'
db/post_migrate/**/*'
-
'
db/geo/migrate/**/*'
-
'
ee/db/migrate/**/*'
-
'
ee/db/migrate/**/*'
-
'
ee/db/post_migrate/**/*'
-
'
ee/db/post_migrate/**/*'
-
'
ee/db/geo/migrate/**/*'
-
'
ee/db/geo/migrate/**/*'
...
@@ -52,10 +50,10 @@ GitlabSecurity/PublicSend:
...
@@ -52,10 +50,10 @@ GitlabSecurity/PublicSend:
Exclude
:
Exclude
:
-
'
config/**/*'
-
'
config/**/*'
-
'
db/**/*'
-
'
db/**/*'
-
'
ee/db/**/*'
-
'
features/**/*'
-
'
features/**/*'
-
'
lib/**/*.rake'
-
'
lib/**/*.rake'
-
'
ee/lib/**/*.rake'
-
'
qa/**/*'
-
'
qa/**/*'
-
'
spec/**/*'
-
'
spec/**/*'
-
'
ee/db/**/*'
-
'
ee/lib/**/*.rake'
-
'
ee/spec/**/*'
-
'
ee/spec/**/*'
doc/development/ee_features.md
View file @
4d5ab72d
...
@@ -28,8 +28,8 @@ we still need to merge changes from GitLab CE to EE. To help us get there,
...
@@ -28,8 +28,8 @@ we still need to merge changes from GitLab CE to EE. To help us get there,
we should make sure that we no longer edit CE files in place in order to
we should make sure that we no longer edit CE files in place in order to
implement EE features.
implement EE features.
Instead, all EE code
s
should be put inside the
`ee/`
top-level directory. The
Instead, all EE code should be put inside the
`ee/`
top-level directory. The
rest of
codes should be as close as to the CE files
.
rest of
the code should be as close to the CE files as possible
.
[
single code base
]:
https://gitlab.com/gitlab-org/gitlab-ee/issues/2952#note_41016454
[
single code base
]:
https://gitlab.com/gitlab-org/gitlab-ee/issues/2952#note_41016454
...
...
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