18 Layout/MultilineOperationIndentation:
19 EnforcedStyle: indented
21 Layout/ParameterAlignment:
53 - '**/config/routes.rb'
54 - '**/lib/**/testing_support/**/*'
60 EnforcedStyle: single_quotes
63 EnforcedStyle: trailing
66 Layout/SpaceInsideArrayLiteralBrackets:
68 - 'api/spec/integration/**/*.rb'
69 - 'api/lib/spree/api/testing_support/v2/platform_contexts.rb'
71 Style/FrozenStringLiteralComment:
76 - 'core/lib/spree/permitted_attributes.rb'
89 - '**/app/serializers/**/*'
94 Style/TrailingCommaInArrayLiteral:
97 Style/TrailingCommaInHashLiteral:
100 Style/BarePercentLiterals:
103 Style/MutableConstant:
106 Style/PercentLiteralDelimiters:
109 Style/IfUnlessModifier:
112 Naming/VariableNumber:
115 Style/RedundantPercentQ:
118 Lint/ParenthesesAsGroupedExpression:
121 Style/NumericPredicate:
124 Metrics/PerceivedComplexity:
127 Metrics/CyclomaticComplexity:
130 Style/ClassAndModuleChildren:
135 - '**/*controller.rb'
137 Style/HashEachMethods:
140 Style/HashTransformKeys:
143 Style/HashTransformValues:
152 Lint/AmbiguousBlockAssociation:
156 Style/NumericLiterals:
162 RSpec/VerifiedDoubles:
171 RSpec/InstanceVariable:
174 RSpec/ContextWording:
189 RSpec/MultipleExpectations:
192 RSpec/SpecFilePathFormat:
195 RSpec/SpecFilePathSuffix:
207 RSpec/BeforeAfterAll: