concord-consortium/lara

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
# If you find some rubocop rules to be oppressive
# Change them here:
# Defaults can be found   
Metrics/MethodLength:
  Max: 20
Style/StringLiterals:
  Enabled: false