unhappychoice/lita-aws-cloudfront

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
inherit_from: .rubocop_todo.yml

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.5

Style/Documentation:
  Enabled: false

Layout/LineLength:
  Max: 120