summaryrefslogtreecommitdiff
path: root/.rubocop_todo/style
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-06 09:07:38 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-06 09:07:38 +0000
commit3c21cbd6a81d7b962a5d9a72ba8e03f3bf449af8 (patch)
tree5e7b2c89325173357783b1189e7c16b5369593ed /.rubocop_todo/style
parenta5185ab98611ded25864ffdf3e358e4a139f4928 (diff)
downloadgitlab-ce-3c21cbd6a81d7b962a5d9a72ba8e03f3bf449af8.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/style')
-rw-r--r--.rubocop_todo/style/next.yml46
1 files changed, 46 insertions, 0 deletions
diff --git a/.rubocop_todo/style/next.yml b/.rubocop_todo/style/next.yml
new file mode 100644
index 00000000000..e1f9b927db6
--- /dev/null
+++ b/.rubocop_todo/style/next.yml
@@ -0,0 +1,46 @@
+---
+# Cop supports --auto-correct.
+Style/Next:
+ # Offense count: 41
+ # Temporarily disabled due to too many offenses
+ Enabled: false
+ Exclude:
+ - 'app/finders/projects/serverless/functions_finder.rb'
+ - 'app/models/preloaders/environments/deployment_preloader.rb'
+ - 'app/models/route.rb'
+ - 'app/services/authorized_project_update/find_records_due_for_refresh_service.rb'
+ - 'app/validators/nested_attributes_duplicates_validator.rb'
+ - 'config/initializers/01_secret_token.rb'
+ - 'config/initializers/sidekiq_cluster.rb'
+ - 'ee/app/controllers/groups/analytics/cycle_analytics/value_streams_controller.rb'
+ - 'ee/app/services/app_sec/dast/profiles/create_associations_service.rb'
+ - 'ee/app/services/elastic/cluster_reindexing_service.rb'
+ - 'ee/app/services/gitlab_subscriptions/fetch_purchase_eligible_namespaces_service.rb'
+ - 'ee/app/services/security/auto_fix_service.rb'
+ - 'ee/db/fixtures/development/20_vulnerabilities.rb'
+ - 'ee/lib/ee/audit/protected_branches_changes_auditor.rb'
+ - 'ee/lib/gitlab/elastic/search_results.rb'
+ - 'ee/lib/system_check/geo/authorized_keys_check.rb'
+ - 'lib/backup/manager.rb'
+ - 'lib/banzai/filter/external_link_filter.rb'
+ - 'lib/banzai/filter/footnote_filter.rb'
+ - 'lib/banzai/filter/kroki_filter.rb'
+ - 'lib/banzai/filter/math_filter.rb'
+ - 'lib/banzai/filter/plantuml_filter.rb'
+ - 'lib/banzai/filter/table_of_contents_filter.rb'
+ - 'lib/gitlab/background_migration/encrypt_static_object_token.rb'
+ - 'lib/gitlab/database.rb'
+ - 'lib/gitlab/fogbugz_import/importer.rb'
+ - 'lib/gitlab/gitaly_client/repository_service.rb'
+ - 'lib/gitlab/import_export/attributes_permitter.rb'
+ - 'lib/gitlab/import_export/base/relation_object_saver.rb'
+ - 'lib/gitlab/metrics/samplers/base_sampler.rb'
+ - 'lib/gitlab/pagination/keyset/in_operator_optimization/strategies/record_loader_strategy.rb'
+ - 'lib/gitlab/reference_extractor.rb'
+ - 'lib/gitlab/tree_summary.rb'
+ - 'lib/tasks/gitlab/assets.rake'
+ - 'lib/tasks/gitlab/db/validate_config.rake'
+ - 'rubocop/cop/static_translation_definition.rb'
+ - 'scripts/perf/query_limiting_report.rb'
+ - 'spec/lib/gitlab/import_export/import_test_coverage_spec.rb'
+ - 'spec/presenters/packages/npm/package_presenter_spec.rb'