hck/open_nlp

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
Metrics/AbcSize:
  Max: 41

Metrics/BlockLength:
  Exclude:
    - spec/**/*.rb

Metrics/LineLength:
  Max: 153

Metrics/MethodLength:
  Max: 15

Metrics/ParameterLists:
  Max: 6

Style/ClassAndModuleChildren:
  Enabled: false

Style/ColonMethodCall:
  Enabled: false

Style/Documentation:
  Enabled: false