Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Merge 7e8e98e into 20e5376
Browse files Browse the repository at this point in the history
  • Loading branch information
atz committed Dec 8, 2015
2 parents 20e5376 + 7e8e98e commit 376cb29
Show file tree
Hide file tree
Showing 47 changed files with 510 additions and 325 deletions.
9 changes: 9 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
inherit_from: .rubocop_todo.yml

Style/EmptyLineBetweenDefs:
AllowAdjacentOneLineDefs: true
Exclude:
- 'lib/dor/models/editable.rb'
- 'lib/dor/models/governable.rb'

Style/ExtraSpacing:
AllowForAlignment: true

Style/FileName:
Enabled: true
Exclude:
Expand Down

0 comments on commit 376cb29

Please sign in to comment.