|
@@ -0,0 +1,492 @@
|
|
|
+# This configuration was generated by
|
|
|
+# `rubocop --auto-gen-config`
|
|
|
+# on 2020-10-05 17:42:41 UTC using RuboCop version 0.92.0.
|
|
|
+# The point is for the user to remove these configuration records
|
|
|
+# one by one as the offenses are removed from the code base.
|
|
|
+# Note that changes in the inspected code, or installation of new
|
|
|
+# versions of RuboCop, may require this file to be generated again.
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle, IndentOneStep, IndentationWidth.
|
|
|
+# SupportedStyles: case, end
|
|
|
+Layout/CaseIndentation:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/countable.rb'
|
|
|
+
|
|
|
+# Offense count: 8
|
|
|
+# Cop supports --auto-correct.
|
|
|
+Layout/ClosingParenthesisIndentation:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/resources/product.rb'
|
|
|
+ - 'lib/shopify_api/resources/variant.rb'
|
|
|
+ - 'test/application_charge_test.rb'
|
|
|
+ - 'test/assigned_fulfillment_order_test.rb'
|
|
|
+ - 'test/collection_test.rb'
|
|
|
+
|
|
|
+# Offense count: 6
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: AllowAdjacentOneLineDefs, NumberOfEmptyLines.
|
|
|
+Layout/EmptyLineBetweenDefs:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/resources/comment.rb'
|
|
|
+ - 'lib/shopify_api/resources/fulfillment.rb'
|
|
|
+
|
|
|
+# Offense count: 4
|
|
|
+# Cop supports --auto-correct.
|
|
|
+Layout/EmptyLines:
|
|
|
+ Exclude:
|
|
|
+ - 'test/base_test.rb'
|
|
|
+ - 'test/customer_test.rb'
|
|
|
+ - 'test/meta_test.rb'
|
|
|
+
|
|
|
+# Offense count: 2
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle.
|
|
|
+# SupportedStyles: around, only_before
|
|
|
+Layout/EmptyLinesAroundAccessModifier:
|
|
|
+ Exclude:
|
|
|
+ - 'test/customer_saved_search_test.rb'
|
|
|
+ - 'test/gift_card_test.rb'
|
|
|
+
|
|
|
+# Offense count: 3
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle.
|
|
|
+# SupportedStyles: empty_lines, no_empty_lines
|
|
|
+Layout/EmptyLinesAroundBlockBody:
|
|
|
+ Exclude:
|
|
|
+ - 'test/api_version_test.rb'
|
|
|
+ - 'test/meta_test.rb'
|
|
|
+ - 'test/tax_service_test.rb'
|
|
|
+
|
|
|
+# Offense count: 24
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle.
|
|
|
+# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines, beginning_only, ending_only
|
|
|
+Layout/EmptyLinesAroundClassBody:
|
|
|
+ Enabled: false
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle.
|
|
|
+# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines
|
|
|
+Layout/EmptyLinesAroundModuleBody:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/session.rb'
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment.
|
|
|
+Layout/ExtraSpacing:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/resources/product.rb'
|
|
|
+
|
|
|
+# Offense count: 6
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle, IndentationWidth.
|
|
|
+# SupportedStyles: consistent, consistent_relative_to_receiver, special_for_inner_method_call, special_for_inner_method_call_in_parentheses
|
|
|
+Layout/FirstArgumentIndentation:
|
|
|
+ Exclude:
|
|
|
+ - 'test/application_charge_test.rb'
|
|
|
+ - 'test/assigned_fulfillment_order_test.rb'
|
|
|
+ - 'test/collection_test.rb'
|
|
|
+
|
|
|
+# Offense count: 12
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: IndentationWidth, EnforcedStyle.
|
|
|
+# SupportedStyles: spaces, tabs
|
|
|
+Layout/IndentationStyle:
|
|
|
+ Exclude:
|
|
|
+ - 'test/fulfillment_service_test.rb'
|
|
|
+
|
|
|
+# Offense count: 4
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: Width, IgnoredPatterns.
|
|
|
+Layout/IndentationWidth:
|
|
|
+ Exclude:
|
|
|
+ - 'test/fulfillment_service_test.rb'
|
|
|
+
|
|
|
+# Offense count: 2
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle.
|
|
|
+# SupportedStyles: symmetrical, new_line, same_line
|
|
|
+Layout/MultilineMethodCallBraceLayout:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/resources/product.rb'
|
|
|
+ - 'lib/shopify_api/resources/variant.rb'
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Cop supports --auto-correct.
|
|
|
+Layout/RescueEnsureAlignment:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/message_enricher.rb'
|
|
|
+
|
|
|
+# Offense count: 7
|
|
|
+# Cop supports --auto-correct.
|
|
|
+Layout/SpaceAfterColon:
|
|
|
+ Exclude:
|
|
|
+ - 'test/order_test.rb'
|
|
|
+
|
|
|
+# Offense count: 8
|
|
|
+# Cop supports --auto-correct.
|
|
|
+Layout/SpaceAfterComma:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/active_resource/json_errors.rb'
|
|
|
+ - 'lib/shopify_api/session.rb'
|
|
|
+ - 'test/base_test.rb'
|
|
|
+ - 'test/fulfillment_order_test.rb'
|
|
|
+ - 'test/recurring_application_charge_test.rb'
|
|
|
+ - 'test/session_test.rb'
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle.
|
|
|
+# SupportedStyles: space, no_space
|
|
|
+Layout/SpaceAroundEqualsInParameterDefault:
|
|
|
+ Enabled: false
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/limits.rb'
|
|
|
+
|
|
|
+# Offense count: 9
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: AllowForAlignment, EnforcedStyleForExponentOperator.
|
|
|
+# SupportedStylesForExponentOperator: space, no_space
|
|
|
+Layout/SpaceAroundOperators:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/resources/product.rb'
|
|
|
+ - 'test/asset_test.rb'
|
|
|
+ - 'test/pagination_test.rb'
|
|
|
+ - 'test/shop_test.rb'
|
|
|
+ - 'test/test_helper.rb'
|
|
|
+
|
|
|
+# Offense count: 7
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyleForEmptyBraces.
|
|
|
+# SupportedStyles: space, no_space
|
|
|
+# SupportedStylesForEmptyBraces: space, no_space
|
|
|
+Layout/SpaceBeforeBlockBraces:
|
|
|
+ # EnforcedStyle: space
|
|
|
+ Enabled: false
|
|
|
+
|
|
|
+# Offense count: 4
|
|
|
+# Cop supports --auto-correct.
|
|
|
+Layout/SpaceBeforeComma:
|
|
|
+ Exclude:
|
|
|
+ - 'test/carrier_service_test.rb'
|
|
|
+ - 'test/fulfillment_service_test.rb'
|
|
|
+
|
|
|
+# Offense count: 4
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBrackets.
|
|
|
+# SupportedStyles: space, no_space, compact
|
|
|
+# SupportedStylesForEmptyBrackets: space, no_space
|
|
|
+Layout/SpaceInsideArrayLiteralBrackets:
|
|
|
+ Enabled: false
|
|
|
+ # Exclude:
|
|
|
+ # - 'test/resource_feedback_test.rb'
|
|
|
+
|
|
|
+# Offense count: 5
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
|
|
|
+# SupportedStyles: space, no_space
|
|
|
+# SupportedStylesForEmptyBraces: space, no_space
|
|
|
+Layout/SpaceInsideBlockBraces:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/session.rb'
|
|
|
+ - 'test/location_test.rb'
|
|
|
+ - 'test/shop_test.rb'
|
|
|
+
|
|
|
+# Offense count: 93
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyleForEmptyBraces.
|
|
|
+# SupportedStyles: space, no_space, compact
|
|
|
+# SupportedStylesForEmptyBraces: space, no_space
|
|
|
+Layout/SpaceInsideHashLiteralBraces:
|
|
|
+ Enabled: false
|
|
|
+ # EnforcedStyle: space
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle.
|
|
|
+# SupportedStyles: space, no_space
|
|
|
+Layout/SpaceInsideParens:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/resources/recurring_application_charge.rb'
|
|
|
+
|
|
|
+# Offense count: 5
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle.
|
|
|
+# SupportedStyles: final_newline, final_blank_line
|
|
|
+Layout/TrailingEmptyLines:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/meta.rb'
|
|
|
+ - 'lib/shopify_api/resources/announcement.rb'
|
|
|
+ - 'lib/shopify_api/resources/cart.rb'
|
|
|
+ - 'test/cart_test.rb'
|
|
|
+ - 'test/metafield_test.rb'
|
|
|
+
|
|
|
+# Offense count: 8
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: AllowInHeredoc.
|
|
|
+Layout/TrailingWhitespace:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/resources/product.rb'
|
|
|
+ - 'lib/shopify_api/resources/variant.rb'
|
|
|
+ - 'test/product_test.rb'
|
|
|
+ - 'test/storefront_access_token_test.rb'
|
|
|
+ - 'test/user_test.rb'
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Cop supports --auto-correct.
|
|
|
+Lint/AmbiguousOperator:
|
|
|
+ Exclude:
|
|
|
+ - 'test/price_rule_test.rb'
|
|
|
+
|
|
|
+# Offense count: 3
|
|
|
+# Configuration parameters: AllowSafeAssignment.
|
|
|
+Lint/AssignmentInCondition:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/session.rb'
|
|
|
+
|
|
|
+# Offense count: 2
|
|
|
+# Cop supports --auto-correct.
|
|
|
+Lint/DeprecatedOpenSSLConstant:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/session.rb'
|
|
|
+ - 'test/session_test.rb'
|
|
|
+
|
|
|
+# Offense count: 2
|
|
|
+Lint/MissingSuper:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/graphql/http_client.rb'
|
|
|
+ - 'test/api_version_test.rb'
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Configuration parameters: AllowComments.
|
|
|
+Lint/SuppressedException:
|
|
|
+ Exclude:
|
|
|
+ - 'test/test_helper.rb'
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Configuration parameters: AllowKeywordBlockArguments.
|
|
|
+Lint/UnderscorePrefixedVariableName:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/resources/base.rb'
|
|
|
+
|
|
|
+# Offense count: 12
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
|
|
|
+Lint/UnusedBlockArgument:
|
|
|
+ Exclude:
|
|
|
+ - 'test/graphql_test.rb'
|
|
|
+ - 'test/lib/webmock_extensions/last_request.rb'
|
|
|
+
|
|
|
+# Offense count: 2
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods, IgnoreNotImplementedMethods.
|
|
|
+Lint/UnusedMethodArgument:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/resources/asset.rb'
|
|
|
+ - 'test/test_helper.rb'
|
|
|
+
|
|
|
+# Offense count: 9
|
|
|
+Lint/UselessAssignment:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/resources/line_item.rb'
|
|
|
+ - 'test/asset_test.rb'
|
|
|
+ - 'test/blog_test.rb'
|
|
|
+ - 'test/metafield_test.rb'
|
|
|
+ - 'test/pagination_test.rb'
|
|
|
+ - 'test/tax_service_test.rb'
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Configuration parameters: CheckForMethodsWithNoSideEffects.
|
|
|
+Lint/Void:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/pagination_link_headers.rb'
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+Naming/AccessorMethodName:
|
|
|
+ Exclude:
|
|
|
+ - 'test/detailed_log_subscriber_test.rb'
|
|
|
+
|
|
|
+# Offense count: 6
|
|
|
+# Configuration parameters: EnforcedStyle.
|
|
|
+# SupportedStyles: snake_case, camelCase
|
|
|
+Naming/VariableName:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/resources/fulfillment.rb'
|
|
|
+
|
|
|
+# Offense count: 2
|
|
|
+# Cop supports --auto-correct.
|
|
|
+Style/ColonMethodCall:
|
|
|
+ Exclude:
|
|
|
+ - 'test/base_test.rb'
|
|
|
+
|
|
|
+# Offense count: 2
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle, AllowInnerBackticks.
|
|
|
+# SupportedStyles: backticks, percent_x, mixed
|
|
|
+Style/CommandLiteral:
|
|
|
+ Exclude:
|
|
|
+ - 'shopify_api.gemspec'
|
|
|
+
|
|
|
+# Offense count: 150
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle.
|
|
|
+# SupportedStyles: always, always_true, never
|
|
|
+Style/FrozenStringLiteralComment:
|
|
|
+ Enabled: false
|
|
|
+
|
|
|
+# Offense count: 500
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
|
|
|
+# SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
|
|
|
+Style/HashSyntax:
|
|
|
+ Enabled: false
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Configuration parameters: AllowIfModifier.
|
|
|
+Style/IfInsideElse:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/graphql.rb'
|
|
|
+
|
|
|
+# Offense count: 480
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: IgnoreMacros, IgnoredMethods, IgnoredPatterns, IncludedMacros, AllowParenthesesInMultilineCall, AllowParenthesesInChaining, AllowParenthesesInCamelCaseMethod, EnforcedStyle.
|
|
|
+# SupportedStyles: require_parentheses, omit_parentheses
|
|
|
+Style/MethodCallWithArgsParentheses:
|
|
|
+ Enabled: false
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: IgnoredMethods.
|
|
|
+Style/MethodCallWithoutArgsParentheses:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/session.rb'
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+Style/MissingRespondToMissing:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/resources/asset.rb'
|
|
|
+
|
|
|
+# Offense count: 3
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle.
|
|
|
+# SupportedStyles: short, verbose
|
|
|
+Style/PreferredHashMethods:
|
|
|
+ Exclude:
|
|
|
+ - 'test/test_helper.rb'
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle.
|
|
|
+# SupportedStyles: compact, exploded
|
|
|
+Style/RaiseArgs:
|
|
|
+ Enabled: false
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/pagination_link_headers.rb'
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Cop supports --auto-correct.
|
|
|
+Style/RedundantException:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/session.rb'
|
|
|
+
|
|
|
+# Offense count: 6
|
|
|
+# Cop supports --auto-correct.
|
|
|
+Style/RedundantPercentQ:
|
|
|
+ Exclude:
|
|
|
+ - 'shopify_api.gemspec'
|
|
|
+
|
|
|
+# Offense count: 11
|
|
|
+# Cop supports --auto-correct.
|
|
|
+Style/RedundantSelf:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/resources/base.rb'
|
|
|
+ - 'lib/shopify_api/resources/custom_collection.rb'
|
|
|
+ - 'lib/shopify_api/resources/customer.rb'
|
|
|
+ - 'lib/shopify_api/resources/customer_saved_search.rb'
|
|
|
+ - 'lib/shopify_api/resources/product.rb'
|
|
|
+ - 'lib/shopify_api/resources/recurring_application_charge.rb'
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle, AllowInnerSlashes.
|
|
|
+# SupportedStyles: slashes, percent_r, mixed
|
|
|
+Style/RegexpLiteral:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/resources/image.rb'
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Cop supports --auto-correct.
|
|
|
+Style/RescueModifier:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/active_resource/json_errors.rb'
|
|
|
+
|
|
|
+# Offense count: 1
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods.
|
|
|
+# AllowedMethods: present?, blank?, presence, try, try!
|
|
|
+Style/SafeNavigation:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/resources/custom_collection.rb'
|
|
|
+
|
|
|
+# Offense count: 8
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: AllowIfMethodIsEmpty.
|
|
|
+Style/SingleLineMethods:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/resources/comment.rb'
|
|
|
+ - 'lib/shopify_api/resources/fulfillment.rb'
|
|
|
+
|
|
|
+# Offense count: 2
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyle.
|
|
|
+# SupportedStyles: use_perl_names, use_english_names
|
|
|
+Style/SpecialGlobalVars:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api.rb'
|
|
|
+ - 'shopify_api.gemspec'
|
|
|
+
|
|
|
+# Offense count: 7
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyleForMultiline.
|
|
|
+# SupportedStylesForMultiline: comma, consistent_comma, no_comma
|
|
|
+Style/TrailingCommaInArrayLiteral:
|
|
|
+ Exclude:
|
|
|
+ - 'shopify_api.gemspec'
|
|
|
+ - 'test/fulfillment_order_test.rb'
|
|
|
+ - 'test/fulfillment_test.rb'
|
|
|
+ - 'test/meta_test.rb'
|
|
|
+
|
|
|
+# Offense count: 66
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: EnforcedStyleForMultiline.
|
|
|
+# SupportedStylesForMultiline: comma, consistent_comma, no_comma
|
|
|
+Style/TrailingCommaInHashLiteral:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/metafields.rb'
|
|
|
+ - 'lib/shopify_api/resources/fulfillment_order.rb'
|
|
|
+ - 'lib/shopify_api/resources/fulfillment_v2.rb'
|
|
|
+ - 'lib/shopify_api/resources/inventory_level.rb'
|
|
|
+ - 'test/fulfillment_order_test.rb'
|
|
|
+ - 'test/fulfillment_test.rb'
|
|
|
+ - 'test/fulfillment_v2_test.rb'
|
|
|
+ - 'test/marketing_event_test.rb'
|
|
|
+ - 'test/meta_test.rb'
|
|
|
+
|
|
|
+# Offense count: 2
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, AllowedMethods.
|
|
|
+# AllowedMethods: to_ary, to_a, to_c, to_enum, to_h, to_hash, to_i, to_int, to_io, to_open, to_path, to_proc, to_r, to_regexp, to_str, to_s, to_sym
|
|
|
+Style/TrivialAccessors:
|
|
|
+ Exclude:
|
|
|
+ - 'lib/shopify_api/graphql.rb'
|
|
|
+
|
|
|
+# Offense count: 83
|
|
|
+# Cop supports --auto-correct.
|
|
|
+# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
|
|
|
+# URISchemes: http, https
|
|
|
+Layout/LineLength:
|
|
|
+ Max: 320
|