Add and apply EmptyFile rubocop rule

This rule was added in Rubocop 0.90.0.
This commit is contained in:
Javi Martín
2020-10-11 13:09:58 +02:00
parent 66759d2dc0
commit f632c5bfca
2 changed files with 3 additions and 0 deletions

View File

@@ -169,6 +169,9 @@ Lint/AmbiguousRegexpLiteral:
Lint/DuplicateMethods: Lint/DuplicateMethods:
Enabled: true Enabled: true
Lint/EmptyFile:
Enabled: true
Lint/LiteralAsCondition: Lint/LiteralAsCondition:
Enabled: true Enabled: true