rubocop: default for Lint/AmbiguousRegexpLiteral

This commit is contained in:
Parker Moore
2016-05-12 14:05:16 -05:00
parent ffe6e0d996
commit fa3323ec92

View File

@@ -79,9 +79,6 @@ AllCops:
- bin/**/*
- script/**/*
- vendor/**/*
Lint/AmbiguousRegexpLiteral:
Exclude:
- features/step_definitions.rb
Lint/EndAlignment:
Severity: error
Lint/UnreachableCode: