guzart/toktok

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
# https://github.com/bbatsov/rubocop/blob/master/config/default.yml

AllCops:
  TargetRubyVersion: 2.3

Metrics/LineLength:
  Max: 110

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false