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

mixed_regexp_capture_types.yml « lint « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9872fdbd7ff9867a73f948b81eba034f48d6245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
Lint/MixedRegexpCaptureTypes:
  Exclude:
    - 'app/models/alert_management/alert.rb'
    - 'app/models/integrations/ewm.rb'
    - 'app/uploaders/file_uploader.rb'
    - 'ee/lib/gitlab/code_owners/reference_extractor.rb'
    - 'lib/gitlab/ci/pipeline/expression/lexeme/string.rb'
    - 'lib/gitlab/dependency_linker/gemfile_linker.rb'
    - 'lib/gitlab/diff/suggestions_parser.rb'
    - 'lib/gitlab/github_import/representation/note.rb'
    - 'lib/gitlab/metrics/system.rb'
    - 'lib/gitlab/request_profiler/profile.rb'
    - 'lib/gitlab/slash_commands/issue_move.rb'
    - 'lib/gitlab/slash_commands/issue_new.rb'
    - 'lib/gitlab/slash_commands/run.rb'