shushugah/currency_shushugah

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
require: rubocop-rspec

Style/BlockLength:
  Exclude:
    - 'Rakefile'
    - '**/*.rake'
    - 'spec/*.rb'

Style/FormatString:
  Exclude:
    - 'lib/**/*.rb'