forked from jakeonrails/fix-db-schema-conflicts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.rubocop_schema.77.yml
48 lines (34 loc) · 958 Bytes
/
.rubocop_schema.77.yml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Configuration for Rubocop >= 0.77.0
Layout/HashAlignment:
EnforcedColonStyle: 'key'
EnforcedHashRocketStyle: 'key'
Layout/ExtraSpacing:
# When true, allows most uses of extra spacing if the intent is to align
# things with the previous or next line, not counting empty lines or comment
# lines.
AllowForAlignment: false
Style/Encoding:
Enabled: false
Layout/HashAlignment:
EnforcedColonStyle: 'key'
EnforcedHashRocketStyle: 'key'
Layout/LineLength:
Enabled: false
Layout/SpaceBeforeFirstArg:
Enabled: true
Style/NumericLiterals:
Enabled: false
Metrics/BlockNesting:
Max: 2
Style/WordArray:
Enabled: false
Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: 'comma'
Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: 'comma'
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: 'comma'
Style/HashSyntax:
EnforcedStyle: 'ruby19'
Style/StringLiterals:
EnforcedStyle: double_quotes