gitlab-org--gitlab-foss/.rubocop_todo/style/redundant_condition.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
171 B
YAML
Raw Normal View History

---
# Cop supports --auto-correct.
Style/RedundantCondition:
Exclude:
- 'ee/app/models/license.rb'
- 'spec/lib/gitlab/sidekiq_middleware/server_metrics_spec.rb'