Disable MapInsteadOfBlock by default

refs #208
This commit is contained in:
Vitalii Elenhaupt 2021-03-29 09:15:18 +03:00
parent 04ba9cd57a
commit 0881b861d7
No known key found for this signature in database
GPG key ID: CD0BF17825928BC0

View file

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