bzurkowski/boil

View on GitHub
boil/plates/ruby_gem/templates/{{ gem_name | underscore }}/.rubocop.yml.j2

Summary

Maintainability
Test Coverage
AllCops:
  TargetRubyVersion: {{ ruby_version }}

StringLiterals:
  EnforcedStyle: single_quotes

DotPosition:
  EnforcedStyle: leading

Metrics/LineLength:
  Max: 120

Documentation:
  Enabled: false