unhappychoice/irasutoya

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
inherit_from: .rubocop_todo.yml

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.4

Style/Documentation:
  Enabled: false

Metrics/LineLength:
  Max: 120