grokify/ringcentral-sdk-ruby

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Exclude:
    - 'scripts/**/*'
    - 'test/**/*'

Metrics/ClassLength:
  Max: 150

Metrics/LineLength:
  Max: 120

Metrics/AbcSize:
  Max: 30

Metrics/MethodLength:
  Max: 15