DamirSvrtan/fasterer

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
LineLength:
  Max: 100
AllCops:
  Include:
    - '**/Rakefile'
  Exclude:
    - 'spec/support/**/*'
    - 'spec/spec_helper.rb'
Documentation:
    Enabled: false