rubocop: default for Lint/AmbiguousRegexpLiteral
This commit is contained in:
parent
ffe6e0d996
commit
fa3323ec92
|
@ -79,9 +79,6 @@ AllCops:
|
|||
- bin/**/*
|
||||
- script/**/*
|
||||
- vendor/**/*
|
||||
Lint/AmbiguousRegexpLiteral:
|
||||
Exclude:
|
||||
- features/step_definitions.rb
|
||||
Lint/EndAlignment:
|
||||
Severity: error
|
||||
Lint/UnreachableCode:
|
||||
|
|
Loading…
Reference in New Issue