.rubocop.yml

Summary

Maintainability
Test Coverage
Encoding:
  Enabled: true

LineLength:
  Enabled: true
  Max: 79

StringLiterals:
  Enabled: false

AllCops:
  # Includes:
  Excludes:
    - spec/**
    - bin/**
    - utility.rb
    - Rakefile
    - tmp/*