Skip to content

Commit 77934df

Browse files
authored
Mark Scale Generator as deprecated (#1570)
* Mark Scale Generator as deprecated * Format config.json
1 parent c6fbc82 commit 77934df

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

config.json

+4-20
Original file line numberDiff line numberDiff line change
@@ -2245,26 +2245,10 @@
22452245
"slug": "scale-generator",
22462246
"name": "Scale Generator",
22472247
"uuid": "94de8b3f-79d7-4367-821c-e239c95e32ca",
2248-
"practices": [
2249-
"lists",
2250-
"module-attributes-as-constants"
2251-
],
2252-
"prerequisites": [
2253-
"lists",
2254-
"strings",
2255-
"binaries",
2256-
"cond",
2257-
"case",
2258-
"if",
2259-
"multiple-clause-functions",
2260-
"guards",
2261-
"pattern-matching",
2262-
"recursion",
2263-
"enum",
2264-
"module-attributes-as-constants",
2265-
"default-arguments"
2266-
],
2267-
"difficulty": 5
2248+
"practices": [],
2249+
"prerequisites": [],
2250+
"difficulty": 5,
2251+
"status": "deprecated"
22682252
},
22692253
{
22702254
"slug": "sieve",

0 commit comments

Comments
 (0)