UNPKG

617 BYAMLView Raw
1Metrics/LineLength:
2 Max: 120
3
4Style/AndOr:
5 Enabled: false
6
7Style/Documentation:
8 Enabled: true
9 Exclude:
10 - "config/environment.rb"
11 - "spec/support/environment_helper.rb"
12
13Style/EmptyLinesAroundBlockBody:
14 Enabled: false
15
16Style/EmptyLinesAroundClassBody:
17 EnforcedStyle: empty_lines
18
19Style/EmptyLinesAroundModuleBody:
20 EnforcedStyle: empty_lines
21
22Style/LeadingCommentSpace:
23 Exclude:
24 - Gemfile
25
26Style/WordArray:
27 Enabled: false
28
29Style/StringLiterals:
30 EnforcedStyle: single_quotes
31
32Style/DotPosition:
33 EnforcedStyle: trailing
34
35Rails/TimeZone:
36 Enabled: false
37
38Metrics/ClassLength:
39 Max: 120