Disable Lint/EmptyExpression rule

closes #169
This commit is contained in:
Vitalii Elenhaupt 2020-10-23 19:21:39 +03:00
parent 44290a6a5d
commit de3f16a9dc
No known key found for this signature in database
GPG key ID: CD0BF17825928BC0

View file

@ -33,6 +33,7 @@ module Ameba::Rule::Lint
properties do
description "Disallows empty expressions"
enabled false
end
MSG = "Avoid empty expression %s"