hello-gem/hello

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Include:
    - '**/Rakefile'
  Exclude:
    - 'spec/bdd/**/*'
    - 'vendor/**/*'

Metrics/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

Style/TrivialAccessors:
  Enabled: false