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

Commit

Permalink
update .rubocop yml configs to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Mar 11, 2016
1 parent 57abf44 commit fe5bd07
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 66 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -5,6 +5,7 @@ Style/FileName:
Exclude:
- 'lib/dor/migrations/identifiable/assert_adminPolicy.rb'
- 'lib/dor-services.rb'
- 'spec/dor/releaseable_no_VCR_spec.rb'

# rspec expect{...} is conventional
Style/SpaceBeforeBlockBraces:
Expand All @@ -20,3 +21,5 @@ Style/EmptyLineBetweenDefs:
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
Max: 200
Exclude:
- spec/dor/editable_spec.rb

0 comments on commit fe5bd07

Please sign in to comment.