# This configuration was generated by # `rubocop --auto-gen-config` # on 2022-01-19 14:55:50 UTC using RuboCop version 1.25.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: 2 # Cop supports --auto-correct. # Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include. # Include: **/*.gemspec Gemspec/OrderedDependencies: Exclude: - 'ropen_pi.gemspec' # Offense count: 1 # Configuration parameters: Include. # Include: **/*.gemspec Gemspec/RequiredRubyVersion: Exclude: - 'ropen_pi.gemspec' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AllowForAlignment. Layout/CommentIndentation: Exclude: - 'lib/ropen_pi/specs/response_validator.rb' # Offense count: 1 # Cop supports --auto-correct. Layout/EmptyLineAfterMagicComment: Exclude: - 'lib/ropen_pi/specs/configuration.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: IndentationWidth. # SupportedStyles: special_inside_parentheses, consistent, align_braces Layout/FirstHashElementIndentation: EnforcedStyle: consistent # Offense count: 5 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces. # SupportedStyles: space, no_space, compact # SupportedStylesForEmptyBraces: space, no_space Layout/SpaceInsideHashLiteralBraces: Exclude: - 'spec/config_helper_spec.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: final_newline, final_blank_line Layout/TrailingEmptyLines: Exclude: - 'lib/ropen_pi/specs/configuration.rb' - 'spec/config_helper_spec.rb' # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: AllowInHeredoc. Layout/TrailingWhitespace: Exclude: - 'lib/ropen_pi/config_helper.rb' - 'lib/ropen_pi/specs/configuration.rb' - 'spec/specs/example_group_helpers_spec.rb' # Offense count: 3 # Cop supports --auto-correct. Lint/AmbiguousRegexpLiteral: Exclude: - 'spec/specs/response_validator_spec.rb' # Offense count: 6 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: Max: 31 # Offense count: 2 # Configuration parameters: CountComments, CountAsOne. Metrics/ModuleLength: Max: 266 # Offense count: 1 # Configuration parameters: CountKeywordArgs, MaxOptionalParameters. Metrics/ParameterLists: Max: 6 # Offense count: 5 # Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: Max: 21 # Offense count: 16 # Configuration parameters: AllowedConstants. Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/generators/ropen_pi/install_generator.rb' - 'lib/ropen_pi.rb' - 'lib/ropen_pi/config_helper.rb' - 'lib/ropen_pi/specs.rb' - 'lib/ropen_pi/specs/configuration.rb' - 'lib/ropen_pi/specs/example_group_helpers.rb' - 'lib/ropen_pi/specs/example_helpers.rb' - 'lib/ropen_pi/specs/extended_schema.rb' - 'lib/ropen_pi/specs/open_api_formatter.rb' - 'lib/ropen_pi/specs/request_factory.rb' - 'lib/ropen_pi/specs/response_validator.rb' - 'lib/ropen_pi/specs/writer.rb' # Offense count: 2 # Cop supports --auto-correct. Style/ExpandPathArguments: Exclude: - 'ropen_pi.gemspec' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: AllowSplatArgument. Style/HashConversion: Exclude: - 'lib/ropen_pi/specs/request_factory.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AllowedReceivers. Style/HashEachMethods: Exclude: - 'lib/ropen_pi/specs/example_group_helpers.rb' # Offense count: 4 Style/OpenStructUse: Exclude: - 'spec/specs/configuration_spec.rb' - 'spec/specs/open_api_formatter_spec.rb' - 'spec/specs/response_validator_spec.rb' # Offense count: 1 # Cop supports --auto-correct. Style/RedundantBegin: Exclude: - 'lib/ropen_pi/specs/configuration.rb' # Offense count: 4 # Cop supports --auto-correct. Style/SingleArgumentDig: Exclude: - 'lib/ropen_pi/specs/open_api_formatter.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AllowModifier. Style/SoleNestedConditional: Exclude: - 'lib/ropen_pi/specs/example_group_helpers.rb'