Disable ambiguous regex for step definitions
Signed-off-by: theworldbright <kent@kentshikama.com> closes #6272
This commit is contained in:
parent
23bea8e3d3
commit
b3242500b0
1 changed files with 5 additions and 0 deletions
5
features/step_definitions/.rubocop.yml
Normal file
5
features/step_definitions/.rubocop.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
inherit_from:
|
||||
- ../../.rubocop.yml
|
||||
|
||||
Lint/AmbiguousRegexpLiteral:
|
||||
Enabled: false
|
||||
Loading…
Reference in a new issue