mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
parent
04ba9cd57a
commit
0881b861d7
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ module Ameba::Rule::Performance
|
||||||
# ```
|
# ```
|
||||||
class MapInsteadOfBlock < Base
|
class MapInsteadOfBlock < Base
|
||||||
properties do
|
properties do
|
||||||
|
enabled false
|
||||||
description "Identifies usage of `join/sum/product` calls that follow `map`."
|
description "Identifies usage of `join/sum/product` calls that follow `map`."
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue