|
| 1 | +--- |
| 2 | +# Cop supports --autocorrect. |
| 3 | +InternalAffairs/ExampleHeredocDelimiter: |
| 4 | + Details: grace period |
| 5 | + Exclude: |
| 6 | + - 'spec/rubocop/cop/active_model_errors_direct_manipulation_spec.rb' |
| 7 | + - 'spec/rubocop/cop/active_record_association_reload_spec.rb' |
| 8 | + - 'spec/rubocop/cop/api/base_spec.rb' |
| 9 | + - 'spec/rubocop/cop/api/class_level_allow_access_with_scope_spec.rb' |
| 10 | + - 'spec/rubocop/cop/api/ensure_string_detail_spec.rb' |
| 11 | + - 'spec/rubocop/cop/api/grape_array_missing_coerce_spec.rb' |
| 12 | + - 'spec/rubocop/cop/avoid_becomes_spec.rb' |
| 13 | + - 'spec/rubocop/cop/avoid_route_redirect_leading_slash_spec.rb' |
| 14 | + - 'spec/rubocop/cop/ban_catch_throw_spec.rb' |
| 15 | + - 'spec/rubocop/cop/capybara/testid_finders_spec.rb' |
| 16 | + - 'spec/rubocop/cop/code_reuse/finder_spec.rb' |
| 17 | + - 'spec/rubocop/cop/code_reuse/presenter_spec.rb' |
| 18 | + - 'spec/rubocop/cop/code_reuse/serializer_spec.rb' |
| 19 | + - 'spec/rubocop/cop/code_reuse/service_class_spec.rb' |
| 20 | + - 'spec/rubocop/cop/code_reuse/worker_spec.rb' |
| 21 | + - 'spec/rubocop/cop/database/disable_referential_integrity_spec.rb' |
| 22 | + - 'spec/rubocop/cop/database/establish_connection_spec.rb' |
| 23 | + - 'spec/rubocop/cop/database/multiple_databases_spec.rb' |
| 24 | + - 'spec/rubocop/cop/database/rescue_query_canceled_spec.rb' |
| 25 | + - 'spec/rubocop/cop/database/rescue_statement_timeout_spec.rb' |
| 26 | + - 'spec/rubocop/cop/default_scope_spec.rb' |
| 27 | + - 'spec/rubocop/cop/destroy_all_spec.rb' |
| 28 | + - 'spec/rubocop/cop/feature_flag_usage_spec.rb' |
| 29 | + - 'spec/rubocop/cop/file_decompression_spec.rb' |
| 30 | + - 'spec/rubocop/cop/filename_length_spec.rb' |
| 31 | + - 'spec/rubocop/cop/gitlab/avoid_current_organization_spec.rb' |
| 32 | + - 'spec/rubocop/cop/gitlab/avoid_feature_category_not_owned_spec.rb' |
| 33 | + - 'spec/rubocop/cop/gitlab/avoid_gitlab_instance_checks_spec.rb' |
| 34 | + - 'spec/rubocop/cop/gitlab/avoid_uploaded_file_from_params_spec.rb' |
| 35 | + - 'spec/rubocop/cop/gitlab/bounded_contexts_spec.rb' |
| 36 | + - 'spec/rubocop/cop/gitlab/bulk_insert_spec.rb' |
| 37 | + - 'spec/rubocop/cop/gitlab/change_timezone_spec.rb' |
| 38 | + - 'spec/rubocop/cop/gitlab/const_get_inherit_false_spec.rb' |
| 39 | + - 'spec/rubocop/cop/gitlab/delegate_predicate_methods_spec.rb' |
| 40 | + - 'spec/rubocop/cop/gitlab/ee_only_class_spec.rb' |
| 41 | + - 'spec/rubocop/cop/gitlab/event_store_subscriber_spec.rb' |
| 42 | + - 'spec/rubocop/cop/gitlab/except_spec.rb' |
| 43 | + - 'spec/rubocop/cop/gitlab/feature_available_usage_spec.rb' |
| 44 | + - 'spec/rubocop/cop/gitlab/feature_flag_without_actor_spec.rb' |
| 45 | + - 'spec/rubocop/cop/gitlab/finder_with_find_by_spec.rb' |
| 46 | + - 'spec/rubocop/cop/gitlab/intersect_spec.rb' |
| 47 | + - 'spec/rubocop/cop/gitlab/license_available_usage_spec.rb' |
| 48 | + - 'spec/rubocop/cop/gitlab/namespaced_class_spec.rb' |
| 49 | + - 'spec/rubocop/cop/gitlab/no_find_in_workers_spec.rb' |
| 50 | + - 'spec/rubocop/cop/gitlab/policy_rule_boolean_spec.rb' |
| 51 | + - 'spec/rubocop/cop/gitlab/predicate_memoization_spec.rb' |
| 52 | + - 'spec/rubocop/cop/gitlab/rails_logger_spec.rb' |
| 53 | + - 'spec/rubocop/cop/gitlab/service_response_spec.rb' |
| 54 | + - 'spec/rubocop/cop/gitlab/token_without_prefix_spec.rb' |
| 55 | + - 'spec/rubocop/cop/gitlab/union_spec.rb' |
| 56 | + - 'spec/rubocop/cop/graphql/authorize_types_spec.rb' |
| 57 | + - 'spec/rubocop/cop/graphql/descriptions_spec.rb' |
| 58 | + - 'spec/rubocop/cop/graphql/enum_names_spec.rb' |
| 59 | + - 'spec/rubocop/cop/graphql/enum_values_spec.rb' |
| 60 | + - 'spec/rubocop/cop/graphql/graphql_name_position_spec.rb' |
| 61 | + - 'spec/rubocop/cop/graphql/id_type_spec.rb' |
| 62 | + - 'spec/rubocop/cop/graphql/resolver_type_spec.rb' |
| 63 | + - 'spec/rubocop/cop/group_public_or_visible_to_user_spec.rb' |
| 64 | + - 'spec/rubocop/cop/include_sidekiq_worker_spec.rb' |
| 65 | + - 'spec/rubocop/cop/inject_enterprise_edition_module_spec.rb' |
| 66 | + - 'spec/rubocop/cop/migration/add_index_spec.rb' |
| 67 | + - 'spec/rubocop/cop/migration/background_migration_record_spec.rb' |
| 68 | + - 'spec/rubocop/cop/migration/batch_migrations_post_only_spec.rb' |
| 69 | + - 'spec/rubocop/cop/migration/drop_table_spec.rb' |
| 70 | + - 'spec/rubocop/cop/migration/migration_record_spec.rb' |
| 71 | + - 'spec/rubocop/cop/migration/migration_with_milestone_spec.rb' |
| 72 | + - 'spec/rubocop/cop/migration/schema_addition_methods_no_post_spec.rb' |
| 73 | + - 'spec/rubocop/cop/performance/ar_count_each_spec.rb' |
| 74 | + - 'spec/rubocop/cop/performance/ar_exists_and_present_blank_spec.rb' |
| 75 | + - 'spec/rubocop/cop/performance/readlines_each_spec.rb' |
| 76 | + - 'spec/rubocop/cop/project_path_helper_spec.rb' |
| 77 | + - 'spec/rubocop/cop/put_group_routes_under_scope_spec.rb' |
| 78 | + - 'spec/rubocop/cop/put_project_routes_under_scope_spec.rb' |
| 79 | + - 'spec/rubocop/cop/rails/strong_params_spec.rb' |
| 80 | + - 'spec/rubocop/cop/redis_queue_usage_spec.rb' |
| 81 | + - 'spec/rubocop/cop/rspec/be_success_matcher_spec.rb' |
| 82 | + - 'spec/rubocop/cop/rspec/duplicate_spec_location_spec.rb' |
| 83 | + - 'spec/rubocop/cop/rspec/env_assignment_spec.rb' |
| 84 | + - 'spec/rubocop/cop/rspec/env_mocking_spec.rb' |
| 85 | + - 'spec/rubocop/cop/rspec/expect_gitlab_tracking_spec.rb' |
| 86 | + - 'spec/rubocop/cop/rspec/have_gitlab_http_status_spec.rb' |
| 87 | + - 'spec/rubocop/cop/rspec/httparty_basic_auth_spec.rb' |
| 88 | + - 'spec/rubocop/cop/rspec/modify_sidekiq_middleware_spec.rb' |
| 89 | + - 'spec/rubocop/cop/rspec/top_level_describe_path_spec.rb' |
| 90 | + - 'spec/rubocop/cop/safe_params_spec.rb' |
| 91 | + - 'spec/rubocop/cop/scalability/bulk_perform_with_context_spec.rb' |
| 92 | + - 'spec/rubocop/cop/scalability/cron_worker_context_spec.rb' |
| 93 | + - 'spec/rubocop/cop/scalability/file_uploads_spec.rb' |
| 94 | + - 'spec/rubocop/cop/scalability/idempotent_worker_spec.rb' |
| 95 | + - 'spec/rubocop/cop/search/avoid_checking_finished_on_deprecated_migrations_spec.rb' |
| 96 | + - 'spec/rubocop/cop/search/namespaced_class_spec.rb' |
| 97 | + - 'spec/rubocop/cop/sidekiq_api_usage_spec.rb' |
| 98 | + - 'spec/rubocop/cop/sidekiq_load_balancing/worker_data_consistency_spec.rb' |
| 99 | + - 'spec/rubocop/cop/sidekiq_options_queue_spec.rb' |
| 100 | + - 'spec/rubocop/cop/sidekiq_redis_call_spec.rb' |
| 101 | + - 'spec/rubocop/cop/usage_data/distinct_count_by_large_foreign_key_spec.rb' |
| 102 | + - 'spec/rubocop/cop/usage_data/histogram_with_large_table_spec.rb' |
| 103 | + - 'spec/rubocop/cop/usage_data/instrumentation_superclass_spec.rb' |
| 104 | + - 'spec/rubocop/cop/usage_data/large_table_spec.rb' |
| 105 | + - 'spec/rubocop/cop/user_admin_spec.rb' |
0 commit comments