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
6d9fb6b0
Commit
6d9fb6b0
authored
Aug 29, 2017
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
It doesn't seem that rubocop is complaining for me
parent
110d7fb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
app/models/repository.rb
app/models/repository.rb
+1
-3
No files found.
app/models/repository.rb
View file @
6d9fb6b0
...
@@ -60,12 +60,10 @@ class Repository
...
@@ -60,12 +60,10 @@ class Repository
@project
=
project
@project
=
project
end
end
def
equals
(
other
)
def
==
(
other
)
@disk_path
==
other
.
disk_path
@disk_path
==
other
.
disk_path
end
end
alias_method
:==
,
:equals
def
raw_repository
def
raw_repository
return
nil
unless
full_path
return
nil
unless
full_path
...
...
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