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

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

8 lines
235 B
YAML
Raw Normal View History

2023-04-23 21:23:45 +05:30
---
# Cop supports --autocorrect.
Lint/DuplicateRegexpCharacterClassElement:
Details: grace period
Exclude:
- 'lib/gitlab/path_regex.rb'
- 'spec/support/shared_contexts/features/integrations/integrations_shared_context.rb'