goncalvesjoao/rest_my_case

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
Style/EmptyLinesAroundClassBody:
  Enabled: false

AllCops:
  Exclude:
    - 'spec/**/*'
    - 'tmp/**/*'
    - 'vendor/**/*'

Documentation:
  Enabled: false