summaryrefslogtreecommitdiff
blob: d379a7889a34deb0a19241bbcc49312d5020be50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
inherit_from: .rubocop_todo.yml

require:
  - rubocop-performance
  - rubocop-rails

AllCops:
  TargetRubyVersion: 2.4
  TargetRailsVersion: 4.2

Rails:
  Enabled: true

Style/AsciiComments:
  Enabled: false

Style/FormatString:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/PerlBackrefs:
  Enabled: false

Metrics/ModuleLength:
  Max: 200