rubocop: default for Lint/AmbiguousRegexpLiteral
This commit is contained in:
parent
ffe6e0d996
commit
fa3323ec92
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue