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

trailing_whitespace.yml « layout « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35db371a0559064261276c1559f4211dc7276e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
# Cop supports --autocorrect.
Layout/TrailingWhitespace:
  Exclude:
    - 'app/models/concerns/analytics/cycle_analytics/stage_event_model.rb'
    - 'db/migrate/20220913082728_drop_index_cadence_create_iterations_automation.rb'
    - 'db/post_migrate/20220816163444_update_start_date_for_iterations_cadences.rb'
    - 'lib/gitlab/background_migration/fix_duplicate_project_name_and_path.rb'
    - 'lib/gitlab/pagination/keyset/sql_type_missing_error.rb'
    - 'spec/services/suggestions/apply_service_spec.rb'
    - 'spec/support/helpers/x509_helpers.rb'