debian-mirror-gitlab/.rubocop_todo/lint/or_assignment_to_constant.yml

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

9 lines
216 B
YAML
Raw Normal View History

2023-04-23 21:23:45 +05:30
---
# Cop supports --autocorrect.
Lint/OrAssignmentToConstant:
Details: grace period
Exclude:
- 'lib/gitlab/email/handler/base_handler.rb'
- 'lib/gitlab/utils.rb'
- 'tooling/danger/project_helper.rb'