MohawkApps/Textables

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Includes:
    - Rakefile
  Excludes:
    - _**
    - resources/**
    - vendor/**
    - build/**
    - spec/**
Documentation:
  Enabled: false
MethodLength:
  Max: 75