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

rake_environment.yml « rails « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d248db022cea0018c39714cec46fd3cdf0acb529 (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
---
# Cop supports --auto-correct.
Rails/RakeEnvironment:
  # Offense count: 31
  # Temporarily disabled due to too many offenses
  Enabled: false
  Exclude:
    - 'ee/lib/tasks/gitlab/elastic/test.rake'
    - 'lib/tasks/config_lint.rake'
    - 'lib/tasks/dev.rake'
    - 'lib/tasks/gettext.rake'
    - 'lib/tasks/gitlab/assets.rake'
    - 'lib/tasks/gitlab/db.rake'
    - 'lib/tasks/gitlab/docs/compile_deprecations.rake'
    - 'lib/tasks/gitlab/docs/redirect.rake'
    - 'lib/tasks/gitlab/helpers.rake'
    - 'lib/tasks/gitlab/sidekiq.rake'
    - 'lib/tasks/gitlab/tw/codeowners.rake'
    - 'lib/tasks/gitlab/update_templates.rake'
    - 'lib/tasks/lint.rake'
    - 'lib/tasks/migrate/setup_postgresql.rake'
    - 'lib/tasks/setup.rake'
    - 'lib/tasks/test.rake'
    - 'lib/tasks/yarn.rake'
    - 'qa/qa/fixtures/auto_devops_rack/Rakefile'