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

first_array_element_indentation.yml « layout « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cbe806fc16fceee96d80f2bf94b15023e2410574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
# Cop supports --auto-correct.
Layout/FirstArrayElementIndentation:
  Details: grace period
  Exclude:
    - 'spec/lib/gitlab/github_import/importer/issues_importer_spec.rb'
    - 'spec/lib/gitlab/search/found_blob_spec.rb'
    - 'spec/models/ci/runner_version_spec.rb'
    - 'spec/models/repository_spec.rb'
    - 'spec/requests/api/task_completion_status_spec.rb'
    - 'spec/services/security/merge_reports_service_spec.rb'
    - 'spec/simplecov_env.rb'
    - 'spec/support/atlassian/jira_connect/schemata.rb'
    - 'spec/support/capybara.rb'
    - 'spec/support/helpers/project_template_test_helper.rb'
    - 'spec/support/helpers/test_env.rb'
    - 'spec/support/helpers/usage_data_helpers.rb'
    - 'spec/support/matchers/exceed_query_limit.rb'
    - 'spec/support/migrations_helpers/vulnerabilities_findings_helper.rb'
    - 'spec/support/prometheus/additional_metrics_shared_examples.rb'
    - 'spec/support/shared_contexts/policies/group_policy_shared_context.rb'
    - 'spec/support/shared_examples/graphql/label_fields.rb'
    - 'spec/support/shared_examples/lib/gitlab/middleware/multipart_shared_examples.rb'
    - 'spec/support/shared_examples/requests/api/repository_storage_moves_shared_examples.rb'
    - 'spec/views/projects/issues/_related_branches.html.haml_spec.rb'
    - 'tooling/lib/tooling/helm3_client.rb'