ash1day/rbplotly

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  TargetRubyVersion: 2.3

Style/FrozenStringLiteralComment:
  Enabled: false

LineLength:
  Max: 100

MethodLength:
  Max: 15

Documentation:
  Enabled: false

ParameterLists:
  CountKeywordArgs: false

RegexpLiteral:
  Exclude:
    - '**/*.gemspec'
    - '**/Guardfile'