From b3242500b0b86822922b53f072633b0c8984e2c1 Mon Sep 17 00:00:00 2001 From: theworldbright Date: Sun, 2 Aug 2015 00:16:52 +0900 Subject: [PATCH] Disable ambiguous regex for step definitions Signed-off-by: theworldbright closes #6272 --- features/step_definitions/.rubocop.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 features/step_definitions/.rubocop.yml diff --git a/features/step_definitions/.rubocop.yml b/features/step_definitions/.rubocop.yml new file mode 100644 index 000000000..76e348cf2 --- /dev/null +++ b/features/step_definitions/.rubocop.yml @@ -0,0 +1,5 @@ +inherit_from: + - ../../.rubocop.yml + +Lint/AmbiguousRegexpLiteral: + Enabled: false