karlfreeman/middleman-deploy

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Include:
    - 'Gemfile'
  Exclude:
    - 'script/**/*'
    - 'vendor/**/*'
    - 'bin/**/*'
Documentation:
  Enabled: false
ClassAndModuleChildren:
  Enabled: false