Enable MapInsteadOfBlock rule again

This commit is contained in:
Sijawusz Pur Rahnama 2021-04-12 06:23:03 +02:00
parent 2694a0c865
commit 788e0a3fad

View file

@ -22,7 +22,6 @@ module Ameba::Rule::Performance
# ```
class MapInsteadOfBlock < Base
properties do
enabled false
description "Identifies usage of `sum/product` calls that follow `map`."
end