# This configuration was generated by # `rubocop --auto-gen-config` # on 2024-10-10 06:12:01 UTC using RuboCop version 1.62.1. # 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 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include. # Include: **/*.gemspec Gemspec/OrderedDependencies: Exclude: - 'gitlab_quality-test_tooling.gemspec' # Offense count: 3 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: Categories, ExpectedOrder. # ExpectedOrder: module_inclusion, constants, public_class_methods, initializer, public_methods, protected_methods, private_methods Layout/ClassStructure: Exclude: - 'lib/gitlab_quality/test_tooling/labels_inference.rb' - 'lib/gitlab_quality/test_tooling/report/concerns/issue_reports.rb' - 'lib/gitlab_quality/test_tooling/report/update_screenshot_path.rb' # Offense count: 6 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, IndentationWidth. # SupportedStyles: aligned, indented Layout/LineEndStringConcatenationIndentation: Exclude: - 'lib/gitlab_quality/test_tooling/gitlab_client/merge_requests_dry_client.rb' - 'lib/gitlab_quality/test_tooling/report/report_results.rb' - 'spec/gitlab_quality/test_tooling/gitlab_client/issues_client_spec.rb' - 'spec/gitlab_quality/test_tooling/report/failed_test_issue_spec.rb' - 'spec/gitlab_quality/test_tooling/report/slow_test_issue_spec.rb' # Offense count: 200 # Configuration parameters: EnforcedStyle, IgnoreSharedExamples. # SupportedStyles: always, named_only RSpec/NamedSubject: Enabled: false # Offense count: 2 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowOnlyRestArgument, UseAnonymousForwarding, RedundantRestArgumentNames, RedundantKeywordRestArgumentNames, RedundantBlockArgumentNames. # RedundantRestArgumentNames: args, arguments # RedundantKeywordRestArgumentNames: kwargs, options, opts # RedundantBlockArgumentNames: blk, block, proc Style/ArgumentsForwarding: Exclude: - 'lib/gitlab_quality/test_tooling/test_results/base_test_results.rb' # Offense count: 2 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowMultipleReturnValues. Style/RedundantReturn: Exclude: - 'lib/gitlab_quality/test_tooling/runtime/env.rb' # Offense count: 1 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: AllowedMethods, AllowedPatterns. Style/ReturnNilInPredicateMethodDefinition: Exclude: - 'lib/gitlab_quality/test_tooling/knapsack_reports/spec_run_time.rb'