www-jrtorres042-github-enterprise-org
/
git_microsoft-powershell_credential-agreements_covid-19_paypal-braintree_payments-ruby_gems_diff-1
Public template
forked from braintree/braintree_ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.rubocop.yml
127 lines (87 loc) · 1.96 KB
/
.rubocop.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Gemspec/RequiredRubyVersion:
Include:
- 'braintree.gemspec'
AllCops:
DisabledByDefault: true
TargetRubyVersion: 2.6
SuggestExtensions: false
Layout/BlockAlignment:
EnforcedStyleAlignWith: either
Layout/DotPosition:
EnforcedStyle: leading
Layout/SpaceBeforeBlockBraces:
EnforcedStyle: space
Layout/SpaceInsideBlockBraces:
EnforcedStyle: space
Layout/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space
EnforcedStyleForEmptyBraces: no_space
Layout/SpaceInsideParens:
EnforcedStyle: no_space
Layout/IndentationStyle:
EnforcedStyle: spaces
Enabled: true
Layout/TrailingWhitespace:
Enabled: true
Lint/AmbiguousOperator:
Enabled: true
Lint/AmbiguousRegexpLiteral:
Enabled: true
Lint/AssignmentInCondition:
Enabled: true
Lint/BigDecimalNew:
Enabled: true
Lint/BinaryOperatorWithIdenticalOperands:
Enabled: true
Lint/BooleanSymbol:
Enabled: true
Lint/CircularArgumentReference:
Enabled: true
Lint/ConstantDefinitionInBlock:
Enabled: true
Lint/DeprecatedClassMethods:
Enabled: true
Lint/DeprecatedOpenSSLConstant:
Enabled: true
Lint/DisjunctiveAssignmentInConstructor:
Enabled: true
Lint/DuplicateCaseCondition:
Enabled: true
Lint/DuplicateElsifCondition:
Enabled: true
Lint/DuplicateHashKey:
Enabled: true
Lint/DuplicateMethods:
Enabled: true
Lint/DuplicateRequire:
Enabled: true
Lint/DuplicateRescueException:
Enabled: true
Lint/EachWithObjectArgument:
Enabled: true
Lint/ElseLayout:
Enabled: true
Lint/EmptyConditionalBody:
Enabled: true
Lint/EmptyEnsure:
Enabled: true
Lint/EmptyExpression:
Enabled: true
Lint/EmptyFile:
Enabled: true
Lint/EmptyInterpolation:
Enabled: true
Lint/EmptyWhen:
Enabled: true
Lint/EnsureReturn:
Enabled: true
Lint/SuppressedException:
Enabled: false
Style/DefWithParentheses:
Enabled: true
Style/EmptyMethod:
EnforcedStyle: expanded
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: comma