Rubocop and update files
This commit is contained in:
14
.rubocop.yml
14
.rubocop.yml
@@ -2,3 +2,17 @@ AllCops:
|
||||
TargetRubyVersion: 2.3
|
||||
Exclude:
|
||||
- 'spec/dummy/**/*'
|
||||
Metrics/ClassLength:
|
||||
Exclude:
|
||||
- 'lib/calligraphy/resource/resource.rb'
|
||||
Metrics/AbcSize:
|
||||
Exclude:
|
||||
- 'lib/calligraphy/rails/mapper.rb'
|
||||
Metrics/LineLength:
|
||||
Exclude:
|
||||
- 'lib/calligraphy/rails/mapper.rb'
|
||||
Metrics/MethodLength:
|
||||
Exclude:
|
||||
- 'lib/calligraphy/rails/mapper.rb'
|
||||
Style/ClassVars:
|
||||
Enabled: False
|
||||
|
||||
Reference in New Issue
Block a user