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

.rubocop.yml « gitlab-rspec « gems - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38c0c592dad64319078ce50b7cac174b2c8ecb36 (plain)
1
2
3
4
5
6
7
8
9
10
inherit_from:
  - ../config/rubocop.yml

RSpec/InstanceVariable:
  Exclude:
    - spec/**/*.rb

Gitlab/ChangeTimezone:
  Exclude:
    - spec/gitlab/rspec/time_travel_spec.rb