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

perceived_complexity.yml « metrics « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f09e7f9270fc75ccbc65f95ddd01e9f25c83ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
Metrics/PerceivedComplexity:
  Exclude:
    - 'app/controllers/admin/application_settings_controller.rb'
    - 'app/finders/deployments_finder.rb'
    - 'app/helpers/button_helper.rb'
    - 'app/services/projects/create_service.rb'
    - 'ee/app/controllers/ee/groups_controller.rb'
    - 'lib/banzai/filter/references/abstract_reference_filter.rb'
    - 'lib/banzai/renderer.rb'
    - 'lib/gitlab/conflict/file.rb'
    - 'lib/gitlab/database/query_analyzers/prevent_cross_database_modification.rb'
    - 'lib/gitlab/utils/merge_hash.rb'
    - 'qa/qa/support/repeater.rb'
    - 'rubocop/cop/gitlab/mark_used_feature_flags.rb'
    - 'sidekiq_cluster/cli.rb'