dannnylo/rtesseract

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  NewCops: enable
  SuggestExtensions: false

Layout/LineLength:
  Max: 150

Metrics/BlockLength:
  Max: 50

Metrics/AbcSize:
  Max: 30

Style/Documentation:
  Enabled: false
Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true