yasaichi/gretel-jsonld

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
inherit_from:
  - https://raw.githubusercontent.com/rails/rails/master/.rubocop.yml

AllCops:
  Exclude:
    - gretel-jsonld.gemspec
    - spec/dummy/**/*

Metrics/LineLength:
  Max: 100

Style/Documentation:
  Enabled: false

Layout/IndentationConsistency:
  EnforcedStyle: normal