inossidabile/protector

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Excludes:
    - spec/**
    - perf/**
    - migrations/**

LineLength:
  Enabled: false

SpaceAroundEqualsInParameterDefault:
  Enabled: false

Documentation:
  Enabled: false

MethodLength:
  Enabled: false

ClassLength:
  Enabled: false

TrivialAccessors:
  ExactNameMatch: true

ParameterLists:
  Max: 6