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

cyclomatic_complexity.yml « metrics « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 414f4f6243c02891a18588efcbfe64aef01ae6aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
Metrics/CyclomaticComplexity:
  Exclude:
    - 'app/controllers/admin/application_settings_controller.rb'
    - 'app/finders/deployments_finder.rb'
    - 'app/helpers/button_helper.rb'
    - 'app/helpers/nav/top_nav_helper.rb'
    - 'app/models/concerns/issuable.rb'
    - 'app/services/projects/create_service.rb'
    - 'ee/app/controllers/ee/groups_controller.rb'
    - 'ee/lib/elastic/latest/git_class_proxy.rb'
    - 'ee/lib/gitlab/ci/parsers/security/formatters/dependency_list.rb'
    - 'lib/banzai/filter/references/abstract_reference_filter.rb'
    - 'lib/gitlab/conflict/file.rb'
    - 'lib/gitlab/database/query_analyzers/prevent_cross_database_modification.rb'
    - 'lib/gitlab/utils/merge_hash.rb'
    - 'lib/kramdown/parser/atlassian_document_format.rb'
    - 'qa/qa/runtime/browser.rb'
    - 'qa/qa/support/repeater.rb'
    - 'sidekiq_cluster/cli.rb'