mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Enable MapInsteadOfBlock rule again
This commit is contained in:
parent
2694a0c865
commit
788e0a3fad
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue