Add Code Climate integration.

This commit is contained in:
evazion
2020-06-11 03:29:42 -05:00
parent be4646aa6f
commit 889c4ce4d9
3 changed files with 54 additions and 0 deletions

View File

@@ -37,6 +37,21 @@ Layout/SpaceInsideBlockBraces:
Layout/SpaceInsideHashLiteralBraces:
Enabled: false
Metrics/BlockNesting:
Max: 4
Metrics/ClassLength:
Max: 500
Metrics/MethodLength:
Max: 100
Metrics/ModuleLength:
Max: 500
Metrics/ParameterLists:
Max: 4
Lint/InheritException:
EnforcedStyle: standard_error