AllCops:
  Exclude:
    - bin/**/*
    - db/**/*
  RunRailsCops: true
Style/Documentation:
  Enabled: false
Metrics/LineLength:
  Max: 120
Metrics/MethodLength:
  Max: 20