Add support for Extended MKCOL (RFC5689)
This commit is contained in:
committed by
Brandon Robins
parent
46ff7a934f
commit
3b65768e40
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user