rubocop: default for Lint/AmbiguousRegexpLiteral

This commit is contained in:
Parker Moore 2016-05-12 14:05:16 -05:00
parent ffe6e0d996
commit fa3323ec92
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 0 additions and 3 deletions

View File

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