Rubocop FileResource class and update references

This commit is contained in:
Brandon Robins
2017-12-31 16:55:04 -06:00
parent 9ee8d1c528
commit 3c114362d3
5 changed files with 368 additions and 222 deletions

View File

@@ -1,10 +1,14 @@
AllCops:
TargetRubyVersion: 2.3
Exclude:
- 'spec/dummy/**/*'
- 'spec/**/*'
Metrics/BlockLength:
Exclude:
- 'Rakefile'
Metrics/ClassLength:
Exclude:
- 'lib/calligraphy/resource/resource.rb'
- 'lib/calligraphy/resource/file_resource.rb'
Metrics/AbcSize:
Exclude:
- 'lib/calligraphy/rails/mapper.rb'