From fa3323ec922ddbf8c0acdb9c4fdcc553ca66b174 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 12 May 2016 14:05:16 -0500 Subject: [PATCH] rubocop: default for Lint/AmbiguousRegexpLiteral --- .rubocop.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 92909eec..bee896e6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -79,9 +79,6 @@ AllCops: - bin/**/* - script/**/* - vendor/**/* -Lint/AmbiguousRegexpLiteral: - Exclude: - - features/step_definitions.rb Lint/EndAlignment: Severity: error Lint/UnreachableCode: