Add and apply Lint/DuplicateBranch rubocop rule
This rule was introduced in rubocop 1.3.0.
This commit is contained in:
@@ -160,6 +160,9 @@ Lint/BooleanSymbol:
|
||||
Lint/ConstantDefinitionInBlock:
|
||||
Enabled: true
|
||||
|
||||
Lint/DuplicateBranch:
|
||||
Enabled: true
|
||||
|
||||
Lint/DuplicateMethods:
|
||||
Enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user