Add and apply Lint/EmptyBlock rubocop rule
It was introduced in Rubocop 1.1.0.
This commit is contained in:
@@ -163,6 +163,9 @@ Lint/ConstantDefinitionInBlock:
|
||||
Lint/DuplicateMethods:
|
||||
Enabled: true
|
||||
|
||||
Lint/EmptyBlock:
|
||||
Enabled: true
|
||||
|
||||
Lint/EmptyFile:
|
||||
Enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user