mattdbridges/sermonaudio

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Exclude:
    - bin/**/*
    - spec/**/*
    - sermonaudio.gemspec

AccessorMethodName:
  Enabled: false

AmbiguousOperator:
  Enabled: false

Documentation:
  Enabled: false

LineLength:
  Max: 80