Skip to content

Commit 566efd1

Browse files
authored
Merge pull request #1602 from exercism/format-exercise-configs
Reformat exercise config files
2 parents f7a808d + 5c268e4 commit 566efd1

File tree

104 files changed

+135
-137
lines changed

Some content is hidden

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

104 files changed

+135
-137
lines changed

exercises/concept/assembly-line/.meta/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Learn about numbers while working on an assembly line for cars.",
32
"authors": [
43
"LewisClement",
54
"efx"
@@ -15,5 +14,6 @@
1514
"exemplar": [
1615
".meta/exemplar.rs"
1716
]
18-
}
17+
},
18+
"blurb": "Learn about numbers while working on an assembly line for cars."
1919
}

exercises/concept/csv-builder/.meta/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Learn about strings and string slices while working on a CSV builder",
32
"authors": [
43
"gilescope",
54
"coriolinus",
@@ -16,5 +15,6 @@
1615
"exemplar": [
1716
".meta/exemplar.rs"
1817
]
19-
}
18+
},
19+
"blurb": "Learn about strings and string slices while working on a CSV builder"
2020
}

exercises/concept/health-statistics/.meta/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Learn structs to store statistics for a health-monitoring system.",
32
"authors": [
43
"seanchen1991"
54
],
@@ -14,5 +13,6 @@
1413
"exemplar": [
1514
".meta/exemplar.rs"
1615
]
17-
}
16+
},
17+
"blurb": "Learn structs to store statistics for a health-monitoring system."
1818
}

exercises/concept/low-power-embedded-game/.meta/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Learn tuples while writing convenience functions for a low-power embedded game",
32
"authors": [
43
"coriolinus"
54
],
@@ -14,5 +13,6 @@
1413
"exemplar": [
1514
".meta/exemplar.rs"
1615
]
17-
}
16+
},
17+
"blurb": "Learn tuples while writing convenience functions for a low-power embedded game"
1818
}

exercises/concept/lucians-luscious-lasagna/.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 the basics of Rust by following a lasagna recipe.",
3-
"icon": "lasagna",
42
"authors": [
53
"coriolinus",
64
"ErikSchierboom"
@@ -16,5 +14,7 @@
1614
"exemplar": [
1715
".meta/exemplar.rs"
1816
]
19-
}
17+
},
18+
"icon": "lasagna",
19+
"blurb": "Learn about the basics of Rust by following a lasagna recipe."
2020
}

exercises/concept/magazine-cutout/.meta/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Use `HashMap` and the entry API methods to write an anonymous letter.",
32
"authors": [
43
"seanchen1991"
54
],
@@ -14,5 +13,6 @@
1413
"exemplar": [
1514
".meta/exemplar.rs"
1615
]
17-
}
16+
},
17+
"blurb": "Use `HashMap` and the entry API methods to write an anonymous letter."
1818
}

exercises/concept/resistor-color/.meta/config.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
2-
"blurb": "Convert a resistor band's color to its numeric representation and back, using external crates",
32
"authors": [
43
"still-flow",
54
"coriolinus"
65
],
7-
"contributors": [],
86
"files": {
97
"solution": [
108
"src/lib.rs",
@@ -17,7 +15,7 @@
1715
".meta/exemplar.rs"
1816
]
1917
},
18+
"blurb": "Convert a resistor band's color to its numeric representation and back, using external crates",
2019
"source": "Maud de Vries, Erik Schierboom",
21-
"source_url": "https://github.com/exercism/problem-specifications/issues/1458",
22-
"test_runner": false
20+
"source_url": "https://github.com/exercism/problem-specifications/issues/1458"
2321
}

exercises/concept/role-playing-game/.meta/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Learn about the `Option` enum by creating a minimal role-playing game",
32
"authors": [
43
"seanchen1991",
54
"coriolinus"
@@ -18,5 +17,6 @@
1817
"exemplar": [
1918
".meta/exemplar.rs"
2019
]
21-
}
20+
},
21+
"blurb": "Learn about the `Option` enum by creating a minimal role-playing game"
2222
}

exercises/concept/rpn-calculator/.meta/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Use some of `Vec`'s methods to evaluate Reverse Polish notation",
32
"authors": [
43
"cwhakes"
54
],
@@ -14,5 +13,6 @@
1413
"exemplar": [
1514
".meta/exemplar.rs"
1615
]
17-
}
16+
},
17+
"blurb": "Use some of `Vec`'s methods to evaluate Reverse Polish notation"
1818
}

exercises/concept/semi-structured-logs/.meta/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Learn enums while building a logging utility.",
32
"authors": [
43
"efx"
54
],
@@ -14,5 +13,6 @@
1413
"exemplar": [
1514
".meta/exemplar.rs"
1615
]
17-
}
16+
},
17+
"blurb": "Learn enums while building a logging utility."
1818
}

0 commit comments

Comments
 (0)