Skip to content

Commit 28b369d

Browse files
authored
Merge pull request #1128 from exercism/format-exercise-configs
Reformat exercise config files
2 parents 6d51efb + 34397bb commit 28b369d

File tree

101 files changed

+130
-129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+130
-129
lines changed

exercises/concept/guessing-game/.meta/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"blurb": "Learn about pattern matching by implementing a simple secret number guessing game",
3-
"icon": "guessing-game",
42
"authors": [
53
"pwadsworth"
64
],
@@ -18,5 +16,7 @@
1816
"invalidator": [
1917
"stack.yaml"
2018
]
21-
}
19+
},
20+
"icon": "guessing-game",
21+
"blurb": "Learn about pattern matching by implementing a simple secret number guessing game"
2222
}

exercises/concept/lucians-luscious-lasagna/.meta/config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
2-
"blurb": "Learn the basics of Haskell by cooking Lucian's Luscious Lasagna",
3-
"icon": "lasagna",
42
"authors": [
53
"pwadsworth"
64
],
7-
"forked_from": [
8-
"fsharp/lucians-luscious-lasagna"
9-
],
105
"files": {
116
"solution": [
127
"src/LuciansLusciousLasagna.hs",
@@ -21,5 +16,10 @@
2116
"invalidator": [
2217
"stack.yaml"
2318
]
24-
}
19+
},
20+
"forked_from": [
21+
"fsharp/lucians-luscious-lasagna"
22+
],
23+
"icon": "lasagna",
24+
"blurb": "Learn the basics of Haskell by cooking Lucian's Luscious Lasagna"
2525
}

exercises/concept/temperature/.meta/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"blurb": "Learn about numbers and type conversion by converting temperatures",
3-
"icon": "the-weather-in-deather",
42
"authors": [
53
"pwadsworth"
64
],
@@ -18,5 +16,7 @@
1816
"invalidator": [
1917
"stack.yaml"
2018
]
21-
}
19+
},
20+
"icon": "the-weather-in-deather",
21+
"blurb": "Learn about numbers and type conversion by converting temperatures"
2222
}

exercises/concept/valentines-day/.meta/config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
2-
"blurb": "Learn about algebraic data types by deciding what activity to surprise your partner with on Valentines Day.",
32
"authors": [
43
"pwadsworth"
54
],
6-
"forked_from": [
7-
"fsharp/valentines-day"
8-
],
95
"files": {
106
"solution": [
117
"src/ValentinesDay.hs",
@@ -20,5 +16,9 @@
2016
"invalidator": [
2117
"stack.yaml"
2218
]
23-
}
19+
},
20+
"forked_from": [
21+
"fsharp/valentines-day"
22+
],
23+
"blurb": "Learn about algebraic data types by deciding what activity to surprise your partner with on Valentines Day."
2424
}

exercises/practice/accumulate/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Implement the `accumulate` operation, which, given a collection and an operation to perform on each element of the collection, returns a new collection containing the result of applying that operation to each element of the input collection.",
32
"authors": [
43
"etrepum"
54
],
@@ -28,6 +27,7 @@
2827
"stack.yaml"
2928
]
3029
},
30+
"blurb": "Implement the `accumulate` operation, which, given a collection and an operation to perform on each element of the collection, returns a new collection containing the result of applying that operation to each element of the input collection.",
3131
"source": "Conversation with James Edward Gray II",
3232
"source_url": "https://twitter.com/jeg2"
3333
}

exercises/practice/acronym/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Convert a long phrase to its acronym.",
32
"authors": [
43
"lpalma"
54
],
@@ -30,6 +29,7 @@
3029
"stack.yaml"
3130
]
3231
},
32+
"blurb": "Convert a long phrase to its acronym.",
3333
"source": "Julien Vanier",
3434
"source_url": "https://github.com/monkbroc"
3535
}

exercises/practice/all-your-base/.meta/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Convert a number, represented as a sequence of digits in one base, to any other base.",
32
"authors": [
43
"rbasso"
54
],
@@ -26,5 +25,6 @@
2625
"invalidator": [
2726
"stack.yaml"
2827
]
29-
}
28+
},
29+
"blurb": "Convert a number, represented as a sequence of digits in one base, to any other base."
3030
}

exercises/practice/allergies/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
32
"authors": [
43
"etrepum"
54
],
@@ -29,6 +28,7 @@
2928
"stack.yaml"
3029
]
3130
},
31+
"blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
3232
"source": "Jumpstart Lab Warm-up",
3333
"source_url": "http://jumpstartlab.com"
3434
}

exercises/practice/alphametics/.meta/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Write a function to solve alphametics puzzles.",
32
"authors": [],
43
"contributors": [
54
"iHiD",
@@ -26,5 +25,6 @@
2625
"invalidator": [
2726
"stack.yaml"
2827
]
29-
}
28+
},
29+
"blurb": "Write a function to solve alphametics puzzles."
3030
}

exercises/practice/anagram/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",
32
"authors": [
43
"etrepum"
54
],
@@ -29,6 +28,7 @@
2928
"stack.yaml"
3029
]
3130
},
31+
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",
3232
"source": "Inspired by the Extreme Startup game",
3333
"source_url": "https://github.com/rchatley/extreme_startup"
3434
}

0 commit comments

Comments
 (0)