1212# SupportedStyles: around, only_before
1313Layout/EmptyLinesAroundAccessModifier :
1414 Exclude :
15- - ' lib/paymentrails /Client.rb'
15+ - ' lib/trolley /Client.rb'
1616
1717# Offense count: 2
1818# Cop supports --auto-correct.
1919# Configuration parameters: EnforcedStyle.
2020# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines, beginning_only, ending_only
2121Layout/EmptyLinesAroundClassBody :
2222 Exclude :
23- - ' lib/paymentrails /Configuration.rb'
24- - ' lib/paymentrails /gateways/BalanceGateway.rb'
23+ - ' lib/trolley /Configuration.rb'
24+ - ' lib/trolley /gateways/BalanceGateway.rb'
2525
2626# Offense count: 1
2727# Cop supports --auto-correct.
2828# Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment.
2929Layout/ExtraSpacing :
3030 Exclude :
31- - ' lib/paymentrails /gateways/BalanceGateway.rb'
31+ - ' lib/trolley /gateways/BalanceGateway.rb'
3232
3333# Offense count: 2
3434# Cop supports --auto-correct.
@@ -38,21 +38,21 @@ Layout/ExtraSpacing:
3838# SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit
3939Layout/HashAlignment :
4040 Exclude :
41- - ' lib/paymentrails /Client.rb'
41+ - ' lib/trolley /Client.rb'
4242
4343# Offense count: 10
4444# Cop supports --auto-correct.
4545# Configuration parameters: Width, IgnoredPatterns.
4646Layout/IndentationWidth :
4747 Exclude :
48- - ' lib/paymentrails /Client.rb'
49- - ' lib/paymentrails /Exceptions.rb'
48+ - ' lib/trolley /Client.rb'
49+ - ' lib/trolley /Exceptions.rb'
5050
5151# Offense count: 1
5252# Cop supports --auto-correct.
5353Layout/SpaceBeforeComma :
5454 Exclude :
55- - ' lib/paymentrails /Client.rb'
55+ - ' lib/trolley /Client.rb'
5656
5757# Offense count: 2
5858# Cop supports --auto-correct.
@@ -61,23 +61,23 @@ Layout/SpaceBeforeComma:
6161# SupportedStylesForEmptyBraces: space, no_space
6262Layout/SpaceInsideHashLiteralBraces :
6363 Exclude :
64- - ' lib/paymentrails /Client.rb'
64+ - ' lib/trolley /Client.rb'
6565
6666# Offense count: 1
6767# Cop supports --auto-correct.
6868# Configuration parameters: EnforcedStyle.
6969# SupportedStyles: space, no_space
7070Layout/SpaceInsideParens :
7171 Exclude :
72- - ' lib/paymentrails /gateways/BalanceGateway.rb'
72+ - ' lib/trolley /gateways/BalanceGateway.rb'
7373
7474# Offense count: 3
7575# Cop supports --auto-correct.
7676# Configuration parameters: IndentationWidth.
77- Layout/Tab :
77+ Layout/IndentationStyle :
7878 Exclude :
79- - ' lib/paymentrails /Batch.rb'
80- - ' lib/paymentrails /RecipientAccount.rb'
79+ - ' lib/trolley /Batch.rb'
80+ - ' lib/trolley /RecipientAccount.rb'
8181
8282# Offense count: 1
8383# Cop supports --auto-correct.
@@ -90,7 +90,7 @@ Layout/TrailingWhitespace:
9090# Configuration parameters: ContextCreatingMethods, MethodCreatingMethods.
9191Lint/UselessAccessModifier :
9292 Exclude :
93- - ' lib/paymentrails /Client.rb'
93+ - ' lib/trolley /Client.rb'
9494
9595# Offense count: 11
9696Metrics/AbcSize :
@@ -119,23 +119,23 @@ Naming/BlockParameterName:
119119# SupportedStyles: snake_case, camelCase
120120Naming/MethodName :
121121 Exclude :
122- - ' lib/paymentrails /Configuration.rb'
122+ - ' lib/trolley /Configuration.rb'
123123
124124# Offense count: 8
125125# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
126126# AllowedNames: io, id, to, by, on, in, at, ip, db, os
127127Naming/MethodParameterName :
128128 Exclude :
129- - ' lib/paymentrails /Client.rb'
130- - ' lib/paymentrails /Configuration.rb'
129+ - ' lib/trolley /Client.rb'
130+ - ' lib/trolley /Configuration.rb'
131131
132132# Offense count: 1
133133# Cop supports --auto-correct.
134134# Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
135135# SupportedStyles: assign_to_condition, assign_inside_condition
136136Style/ConditionalAssignment :
137137 Exclude :
138- - ' lib/paymentrails /gateways/OfflinePaymentGateway.rb'
138+ - ' lib/trolley /gateways/OfflinePaymentGateway.rb'
139139
140140# Offense count: 1
141141# Cop supports --auto-correct.
@@ -154,14 +154,14 @@ Style/FrozenStringLiteralComment:
154154# Cop supports --auto-correct.
155155Style/IfUnlessModifier :
156156 Exclude :
157- - ' lib/paymentrails /Client.rb'
157+ - ' lib/trolley /Client.rb'
158158
159159# Offense count: 1
160160# Cop supports --auto-correct.
161161# Configuration parameters: AllowMultipleReturnValues.
162162Style/RedundantReturn :
163163 Exclude :
164- - ' lib/paymentrails .rb'
164+ - ' lib/trolley .rb'
165165
166166# Offense count: 1
167167# Cop supports --auto-correct.
@@ -177,7 +177,7 @@ Style/SpecialGlobalVars:
177177Style/StringLiterals :
178178 Exclude :
179179 - ' Gemfile'
180- - ' lib/paymentrails /Client.rb'
180+ - ' lib/trolley /Client.rb'
181181 - ' paymentrails.gemspec'
182182
183183# Offense count: 49
0 commit comments