leoniv/ass_updater

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Exclude:
    - 'test/**/*'
    - 'tmp/**/*'
    - 'bin/**/*'
    - 'Rakefile'
    - '*.gemspec'
Metrics/AbcSize:
  Max: 16 # TODO Lower to default 15

Metrics/MethodLength:
  CountComments: false
  Max: 15 # TODO Lower to default 10