Skip to content

Commit aea40b0

Browse files
authored
Mark Scale Generator as deprecated (#700)
* Mark Scale Generator as deprecated * Run configlet fmt
1 parent 8629986 commit aea40b0

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@
390390
"practices": [],
391391
"prerequisites": [],
392392
"difficulty": 3,
393+
"status": "deprecated",
393394
"topics": [
394395
"lists",
395396
"strings"

exercises/practice/bob/.approaches/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{
2727
"uuid": "7aebc1df-c23a-42c9-90c4-f022e40d67e9",
2828
"slug": "when-expression",
29-
"title":"when expression",
29+
"title": "when expression",
3030
"blurb": "Use a when expression to return the answer.",
3131
"authors": [
3232
"micha-b"

exercises/practice/bowling/.meta/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"authors": [
33
"vmichalak"
44
],
5-
"contributors": [],
65
"files": {
76
"solution": [
87
"src/main/kotlin/BowlingGame.kt"
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
{
22
"introduction": {
3-
"authors": ["ErwinOlie"],
4-
"contributors": []
3+
"authors": [
4+
"ErwinOlie"
5+
]
56
},
67
"approaches": [
78
{
89
"uuid": "56375e89-328b-4fb6-9195-91fd8e623fd3",
910
"slug": "groupby-plus",
1011
"title": "groupBy with +",
1112
"blurb": "Use groupBy to count the nucleotides and add them to the base case.",
12-
"authors": ["ErwinOlie"]
13+
"authors": [
14+
"ErwinOlie"
15+
]
1316
}
1417
]
1518
}

exercises/practice/protein-translation/.meta/config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"authors": ["AnneKlapwijk"],
2+
"authors": [
3+
"AnneKlapwijk"
4+
],
35
"files": {
46
"solution": [
57
"src/main/kotlin/ProteinTranslation.kt"

0 commit comments

Comments
 (0)