2019-03-15 19:34:54 +00:00
|
|
|
inherit_gem:
|
|
|
|
google-style: google-style.yml
|
|
|
|
|
2017-07-12 22:04:03 +00:00
|
|
|
AllCops:
|
|
|
|
Exclude:
|
|
|
|
- "spec/**/*"
|
2019-02-22 18:38:05 +00:00
|
|
|
- "Rakefile"
|
2017-07-12 22:04:03 +00:00
|
|
|
Metrics/ClassLength:
|
2019-03-15 19:34:54 +00:00
|
|
|
Max: 110
|
|
|
|
Metrics/ModuleLength:
|
2019-03-27 17:55:08 +00:00
|
|
|
Max: 110
|