Add support for Extended MKCOL (RFC5689)

This commit is contained in:
Brandon Robins
2018-01-03 23:43:07 -06:00
committed by Brandon Robins
parent 46ff7a934f
commit 3b65768e40
14 changed files with 359 additions and 59 deletions

View File

@@ -1,9 +1,10 @@
AllCops:
TargetRubyVersion: 2.3
Exclude:
- 'spec/**/*'
- 'spec/dummy/**/*'
Metrics/BlockLength:
Exclude:
- 'spec/**/*'
- 'Rakefile'
Metrics/ClassLength:
Exclude:
@@ -15,6 +16,8 @@ Metrics/AbcSize:
Metrics/LineLength:
Exclude:
- 'lib/calligraphy/rails/mapper.rb'
- 'spec/spec_helper.rb'
- 'spec/rails_helper.rb'
Metrics/MethodLength:
Exclude:
- 'lib/calligraphy/rails/mapper.rb'