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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo/lint/redundant_safe_navigation.yml')
-rw-r--r--.rubocop_todo/lint/redundant_safe_navigation.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.rubocop_todo/lint/redundant_safe_navigation.yml b/.rubocop_todo/lint/redundant_safe_navigation.yml
new file mode 100644
index 00000000000..8c4b66313eb
--- /dev/null
+++ b/.rubocop_todo/lint/redundant_safe_navigation.yml
@@ -0,0 +1,15 @@
+---
+# Cop supports --autocorrect.
+Lint/RedundantSafeNavigation:
+ Details: grace period
+ Exclude:
+ - 'app/controllers/import/base_controller.rb'
+ - 'app/graphql/resolvers/users_resolver.rb'
+ - 'app/graphql/types/countable_connection_type.rb'
+ - 'app/helpers/search_helper.rb'
+ - 'app/models/deployment.rb'
+ - 'ee/app/graphql/ee/types/issue_connection_type.rb'
+ - 'ee/app/models/search/namespace_index_assignment.rb'
+ - 'lib/api/projects.rb'
+ - 'lib/sidebars/projects/menus/infrastructure_menu.rb'
+ - 'spec/lib/gitlab/redis/multi_store_spec.rb'