Welcome to mirror list, hosted at ThFree Co, Russian Federation.

arguments_forwarding.yml « style « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b72751ed27946b00ed526d2c6fb7b86833d5a29c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
---
# Cop supports --autocorrect.
Style/ArgumentsForwarding:
  Details: grace period
  Exclude:
    - 'app/controllers/chaos_controller.rb'
    - 'app/finders/clusters/knative_services_finder.rb'
    - 'app/finders/group_finder.rb'
    - 'app/graphql/mutations/ci/runner/create.rb'
    - 'app/graphql/mutations/design_management/move.rb'
    - 'app/graphql/mutations/todos/mark_all_done.rb'
    - 'app/graphql/resolvers/concerns/caching_array_resolver.rb'
    - 'app/helpers/emoji_helper.rb'
    - 'app/helpers/issuables_helper.rb'
    - 'app/helpers/namespaces_helper.rb'
    - 'app/helpers/notify_helper.rb'
    - 'app/helpers/routing/groups/members_helper.rb'
    - 'app/helpers/routing/pipeline_schedules_helper.rb'
    - 'app/helpers/routing/projects/members_helper.rb'
    - 'app/helpers/routing/projects_helper.rb'
    - 'app/helpers/routing/snippets_helper.rb'
    - 'app/helpers/wiki_helper.rb'
    - 'app/helpers/workhorse_helper.rb'
    - 'app/models/application_record.rb'
    - 'app/models/ci/build.rb'
    - 'app/models/commit.rb'
    - 'app/models/commit_collection.rb'
    - 'app/models/concerns/as_cte.rb'
    - 'app/models/concerns/async_devise_email.rb'
    - 'app/models/concerns/optionally_search.rb'
    - 'app/models/concerns/presentable.rb'
    - 'app/models/concerns/prometheus_adapter.rb'
    - 'app/models/concerns/reactive_caching.rb'
    - 'app/models/merge_request.rb'
    - 'app/models/merge_request_context_commit.rb'
    - 'app/models/merge_request_context_commit_diff_file.rb'
    - 'app/models/network/commit.rb'
    - 'app/presenters/gitlab/blame_presenter.rb'
    - 'app/services/ci/prometheus_metrics/observe_histograms_service.rb'
    - 'app/services/concerns/rate_limited_service.rb'
    - 'app/services/issuable_base_service.rb'
    - 'app/services/members/creator_service.rb'
    - 'app/services/notification_recipients/build_service.rb'
    - 'app/services/notification_service.rb'
    - 'app/services/users/update_service.rb'
    - 'app/workers/authorized_keys_worker.rb'
    - 'app/workers/concerns/limited_capacity/worker.rb'
    - 'app/workers/concerns/reactive_cacheable_worker.rb'
    - 'app/workers/concerns/reenqueuer.rb'
    - 'app/workers/gitlab/github_import/refresh_import_jid_worker.rb'
    - 'app/workers/pages_worker.rb'
    - 'config/initializers/6_labkit_middleware.rb'
    - 'config/initializers/active_record_table_definition.rb'
    - 'config/initializers/postgresql_cte.rb'
    - 'ee/app/controllers/groups/analytics/application_controller.rb'
    - 'ee/app/helpers/ee/gitlab_routing_helper.rb'
    - 'ee/app/helpers/ee/saml_providers_helper.rb'
    - 'ee/app/models/ee/group.rb'
    - 'ee/app/models/elastic/migration_record.rb'
    - 'ee/app/models/license.rb'
    - 'ee/app/services/search/reindexing_service.rb'
    - 'ee/db/geo/migrate/20210504143244_add_verification_to_merge_request_diff_registry.rb'
    - 'ee/lib/analytics/forecasting/holt_winters_optimizer.rb'
    - 'ee/lib/analytics/merge_request_metrics_refresh.rb'
    - 'ee/lib/ee/gitlab/url_builder.rb'
    - 'ee/lib/elastic/latest/application_class_proxy.rb'
    - 'ee/lib/elastic/latest/query_context.rb'
    - 'ee/lib/elastic/latest/wiki_class_proxy.rb'
    - 'ee/lib/gitlab/elastic/expr_name.rb'
    - 'ee/lib/gitlab/geo/replicator.rb'
    - 'ee/lib/gitlab/insights/reducers/base_reducer.rb'
    - 'ee/spec/lib/ee/gitlab/background_migration/migrate_approver_to_approval_rules_spec.rb'
    - 'ee/spec/lib/gitlab/auth/saml/membership_updater_spec.rb'
    - 'ee/spec/lib/gitlab/status_page/storage/s3_client_spec.rb'
    - 'ee/spec/models/protected_environment_spec.rb'
    - 'ee/spec/requests/api/graphql/boards/epic_lists_query_spec.rb'
    - 'ee/spec/services/status_page/publish_service_spec.rb'
    - 'lib/api/helpers.rb'
    - 'lib/api/helpers/caching.rb'
    - 'lib/api/helpers/pagination.rb'
    - 'lib/atlassian/jira_connect/jwt/asymmetric.rb'
    - 'lib/error_tracking/sentry_client/issue.rb'
    - 'lib/gitlab/auth/ldap/adapter.rb'
    - 'lib/gitlab/auth/ldap/dn.rb'
    - 'lib/gitlab/cache.rb'
    - 'lib/gitlab/ci/parsers.rb'
    - 'lib/gitlab/ci/pipeline/expression/token.rb'
    - 'lib/gitlab/config/entry/configurable.rb'
    - 'lib/gitlab/config/entry/simplifiable.rb'
    - 'lib/gitlab/current_settings.rb'
    - 'lib/gitlab/database/load_balancing/connection_proxy.rb'
    - 'lib/gitlab/database/migration_helpers.rb'
    - 'lib/gitlab/git/diff.rb'
    - 'lib/gitlab/git/repository.rb'
    - 'lib/gitlab/gitaly_client/storage_settings.rb'
    - 'lib/gitlab/gitaly_client/with_feature_flag_actors.rb'
    - 'lib/gitlab/github_import/client.rb'
    - 'lib/gitlab/gon_helper.rb'
    - 'lib/gitlab/graphql/authorize/authorize_resource.rb'
    - 'lib/gitlab/graphql/mount_mutation.rb'
    - 'lib/gitlab/import_export/attribute_cleaner.rb'
    - 'lib/gitlab/import_export/base/relation_factory.rb'
    - 'lib/gitlab/import_export/file_importer.rb'
    - 'lib/gitlab/import_export/json/ndjson_reader.rb'
    - 'lib/gitlab/import_export/json/ndjson_writer.rb'
    - 'lib/gitlab/import_export/saver.rb'
    - 'lib/gitlab/import_export/version_checker.rb'
    - 'lib/gitlab/jira/http_client.rb'
    - 'lib/gitlab/kubernetes/kubeconfig/template.rb'
    - 'lib/gitlab/legacy_github_import/client.rb'
    - 'lib/gitlab/memory/watchdog/configuration.rb'
    - 'lib/gitlab/metrics/prometheus.rb'
    - 'lib/gitlab/quick_actions/dsl.rb'
    - 'lib/gitlab/rack_attack.rb'
    - 'lib/gitlab/redis/multi_store.rb'
    - 'lib/gitlab/repository_cache.rb'
    - 'lib/gitlab/tracking.rb'
    - 'lib/gitlab/url_builder.rb'
    - 'lib/gitlab/usage/metrics/query.rb'
    - 'lib/gitlab_settings/settings.rb'
    - 'lib/kramdown/parser/atlassian_document_format.rb'
    - 'lib/uploaded_file.rb'
    - 'metrics_server/metrics_server.rb'
    - 'qa/qa/ee/resource/audit_events.rb'
    - 'qa/qa/ee/runtime/path.rb'
    - 'qa/qa/page/base.rb'
    - 'qa/qa/page/view.rb'
    - 'qa/qa/resource/api_fabricator.rb'
    - 'qa/qa/resource/base.rb'
    - 'qa/qa/resource/group_base.rb'
    - 'qa/qa/resource/group_runner.rb'
    - 'qa/qa/resource/project.rb'
    - 'qa/qa/resource/project_runner.rb'
    - 'qa/qa/resource/sandbox.rb'
    - 'qa/qa/runtime/feature.rb'
    - 'qa/qa/runtime/path.rb'
    - 'qa/qa/runtime/release.rb'
    - 'qa/qa/scenario/actable.rb'
    - 'qa/qa/scenario/template.rb'
    - 'qa/qa/specs/helpers/rspec.rb'
    - 'qa/qa/support/matchers/have_text.rb'
    - 'qa/qa/support/page/logging.rb'
    - 'qa/qa/tools/delete_subgroups.rb'
    - 'spec/features/projects/environments/environments_spec.rb'
    - 'spec/graphql/features/authorization_spec.rb'
    - 'spec/helpers/application_helper_spec.rb'
    - 'spec/helpers/timeboxes_helper_spec.rb'
    - 'spec/lib/gitlab/ci/build/artifacts/metadata_spec.rb'
    - 'spec/lib/gitlab/ci/status/bridge/factory_spec.rb'
    - 'spec/lib/gitlab/database/load_balancing/load_balancer_spec.rb'
    - 'spec/lib/gitlab/graphql/markdown_field_spec.rb'
    - 'spec/lib/gitlab/import_export/group/tree_saver_spec.rb'
    - 'spec/lib/gitlab/pagination/offset_pagination_spec.rb'
    - 'spec/models/concerns/cache_markdown_field_spec.rb'
    - 'spec/requests/api/go_proxy_spec.rb'
    - 'spec/requests/api/graphql/project/error_tracking/sentry_errors_request_spec.rb'
    - 'spec/services/ci/expire_pipeline_cache_service_spec.rb'
    - 'spec/services/ci/retry_pipeline_service_spec.rb'
    - 'spec/support/factory_bot.rb'
    - 'spec/support/helpers/api_helpers.rb'
    - 'spec/support/helpers/database/trigger_helpers.rb'
    - 'spec/support/helpers/fast_rails_root.rb'
    - 'spec/support/helpers/features/dom_helpers.rb'
    - 'spec/support/helpers/git_http_helpers.rb'
    - 'spec/support/helpers/graphql_helpers.rb'
    - 'spec/support/helpers/harbor_helper.rb'
    - 'spec/support/helpers/login_helpers.rb'
    - 'spec/support/helpers/merge_request_diff_helpers.rb'
    - 'spec/support/helpers/next_instance_of.rb'
    - 'spec/support/helpers/reactive_caching_helpers.rb'
    - 'spec/support/shared_examples/features/2fa_shared_examples.rb'