dalpo/seorel

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Include:
    - '**/Rakefile'
    - '**/config.ru'

  Exclude:
    - 'bin/**/*'
    - 'coverage/**/*'
    - 'db/**/*'
    - 'config/**/*'
    - !ruby/regexp /old_and_unused\.rb$/

  TargetRubyVersion: 2.1