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

redundant_safe_navigation.yml « lint « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8c4b66313ebb0d540f1ed16b7e39eae89b23d5a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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'