Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OHR Support
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
OHR Support
Commits
35b69d2a
Commit
35b69d2a
authored
13 years ago
by
Holger Just
Browse files
Options
Downloads
Patches
Plain Diff
fastercsv is not in lib anymore but a dependency
parent
c57c5982
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/tasks/code.rake
+0
-1
0 additions, 1 deletion
lib/tasks/code.rake
lib/tasks/copyright.rake
+0
-1
0 additions, 1 deletion
lib/tasks/copyright.rake
with
0 additions
and
2 deletions
lib/tasks/code.rake
+
0
−
1
View file @
35b69d2a
...
...
@@ -19,7 +19,6 @@ namespace :code do
files
.
reject!
{
|
f
|
f
.
include?
(
"vendor"
)
||
f
.
include?
(
"lib/SVG"
)
||
f
.
include?
(
"lib/faster_csv"
)
||
f
.
include?
(
"lib/redcloth"
)
||
f
.
include?
(
"lib/diff"
)
}
...
...
This diff is collapsed.
Click to expand it.
lib/tasks/copyright.rake
+
0
−
1
View file @
35b69d2a
...
...
@@ -24,7 +24,6 @@ namespace :copyright do
# Skip 3rd party code
next
if
file_name
.
include?
(
"vendor"
)
||
file_name
.
include?
(
"lib/SVG"
)
||
file_name
.
include?
(
"lib/faster_csv"
)
||
file_name
.
include?
(
"lib/redcloth"
)
||
file_name
.
include?
(
"lib/diff"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment