whotwagner/cryptorecord

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Exclude:
    - 'bin/**/*'
    - 'resources/**/*'
    - 'spec/**/*'
    - 'cryptorecord.gemspec'
    - 'Gemfile'
    - 'Rakefile'
  DisplayCopNames: true
Metrics/MethodLength:
  Max: 15