rdodson41/ruby-lox

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
require: rubocop-rspec

AllCops:
  EnabledByDefault: true
  TargetRubyVersion: 2.3

Metrics/BlockLength:
  Exclude:
    - lox.gemspec
    - spec/**/*_spec.rb

Style/Copyright:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/DocumentationMethod:
  Enabled: false

Style/MissingElse:
  Enabled: false