Skip to content

Commit

Permalink
Remove dor_object= double-declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
atz committed Sep 27, 2018
1 parent 4520b86 commit d91b0bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 2
Lint/DuplicateMethods:
Exclude:
- 'app/lib/pre_assembly/digital_object.rb'

# Offense count: 10
Metrics/AbcSize:
Max: 74
Expand Down
1 change: 0 additions & 1 deletion app/lib/pre_assembly/digital_object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class DigitalObject

attr_accessor :container,
:content_md_xml,
:dor_object,
:label,
:manifest_row,
:object_files,
Expand Down

0 comments on commit d91b0bd

Please sign in to comment.