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

Commit

Permalink
Merge pull request #394 from sul-dlss/autocorrect
Browse files Browse the repository at this point in the history
Autocorrect a bunch of rubocop todos
  • Loading branch information
jcoyne committed Dec 4, 2018
2 parents cc004eb + 9adb168 commit 06ee06b
Show file tree
Hide file tree
Showing 102 changed files with 931 additions and 1,259 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ Metrics/LineLength:
# rights statement is a single string
- spec/models/concerns/editable_spec.rb
- spec/indexers/editable_indexer_spec.rb

Style/SymbolProc:
Exclude:
# causes "Can't create Binding from C level Proc"
- lib/dor/datastreams/events_ds.rb
Loading

0 comments on commit 06ee06b

Please sign in to comment.