pyzlnar/aye_commander

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
Metrics/BlockLength:
  Exclude:
    - spec/**/*

Metrics/LineLength:
  Exclude:
    - spec/**/*

Metrics/MethodLength:
  Max: 20