From 78832374bb11ac4c0d3bcbf2fa70e539d72b791f Mon Sep 17 00:00:00 2001 From: Angelika Tyborska Date: Sun, 14 Feb 2021 11:54:53 +0100 Subject: [PATCH] Find more cases of pipe-operator --- config.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 339c78fbcd..09beb9b5b3 100644 --- a/config.json +++ b/config.json @@ -538,11 +538,13 @@ "strings", "regular-expressions", "enum", - "maps" + "maps", + "pipe-operator" ], "practices": [ "strings", - "regular-expressions" + "regular-expressions", + "pipe-operator" ], "difficulty": 2, "topics": [ @@ -1142,11 +1144,13 @@ "strings", "maps", "enum", - "recursion" + "recursion", + "pipe-operator" ], "practices": [ "strings", - "enum" + "enum", + "pipe-operator" ], "difficulty": 2, "topics": [