ci: use more permissive rubocop / codeclimate settings.

This commit is contained in:
evazion
2020-06-15 15:57:54 -05:00
parent ec5aa6c662
commit 6a7d25591b
3 changed files with 30 additions and 8 deletions

5
test/.rubocop.yml Normal file
View File

@@ -0,0 +1,5 @@
inherit_from:
- ../.rubocop.yml
Metrics/ClassLength:
Enabled: false