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:
|
2019-02-22 18:38:05 +00:00
|
|
|
- "Rakefile"
|
2020-06-17 15:13:42 +00:00
|
|
|
- "integration/**/*"
|
2019-10-11 17:56:55 +00:00
|
|
|
- "rakelib/**/*"
|
2020-06-17 15:13:42 +00:00
|
|
|
- "spec/**/*"
|
|
|
|
- "test/**/*"
|
2017-07-12 22:04:03 +00:00
|
|
|
Metrics/ClassLength:
|
2019-12-02 17:11:13 +00:00
|
|
|
Max: 200
|
2019-03-15 19:34:54 +00:00
|
|
|
Metrics/ModuleLength:
|
2019-03-27 17:55:08 +00:00
|
|
|
Max: 110
|
2019-04-04 17:21:27 +00:00
|
|
|
Metrics/BlockLength:
|
|
|
|
Exclude:
|
|
|
|
- "googleauth.gemspec"
|
2019-07-26 15:19:06 +00:00
|
|
|
Style/SafeNavigation:
|
|
|
|
Enabled: false
|