Przeglądaj źródła

Reformat config files

This runs the configlet fmt command, which normalizes the
contents and ordering of keys in the track config and
maintainers config.

This will let us script changes to the config files without
having unnecessary noise in the diffs when submitting pull
requests.
Katrina Owen 6 lat temu
rodzic
commit
f79e5b06e6
Brak konta powiązanego z e-mailem autora
2 zmienionych plików z 497 dodań i 463 usunięć
  1. 458
    434
      config.json
  2. 39
    29
      config/maintainers.json

+ 458
- 434
config.json
Plik diff jest za duży
Wyświetl plik


+ 39
- 29
config/maintainers.json Wyświetl plik

@@ -2,64 +2,74 @@
2 2
   "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md",
3 3
   "maintainers": [
4 4
     {
5
-      "alumnus": true,
6
-      "avatar_url": null,
7
-      "bio": null,
8 5
       "github_username": "jtigger",
6
+      "alumnus": true,
7
+      "show_on_website": false,
8
+      "name": null,
9 9
       "link_text": null,
10 10
       "link_url": null,
11
-      "name": null,
12
-      "show_on_website": false
11
+      "avatar_url": null,
12
+      "bio": null
13 13
     },
14 14
     {
15
-      "alumnus": true,
16
-      "avatar_url": null,
17
-      "bio": null,
18 15
       "github_username": "matthewmorgan",
16
+      "alumnus": true,
17
+      "show_on_website": false,
18
+      "name": null,
19 19
       "link_text": null,
20 20
       "link_url": null,
21
-      "name": null,
22
-      "show_on_website": false
21
+      "avatar_url": null,
22
+      "bio": null
23 23
     },
24 24
     {
25
-      "alumnus": false,
26
-      "avatar_url": null,
27
-      "bio": null,
28 25
       "github_username": "sit",
26
+      "alumnus": false,
27
+      "show_on_website": false,
28
+      "name": null,
29 29
       "link_text": null,
30 30
       "link_url": null,
31
-      "name": null,
32
-      "show_on_website": false
31
+      "avatar_url": null,
32
+      "bio": null
33 33
     },
34 34
     {
35
-      "alumnus": true,
36
-      "avatar_url": null,
37
-      "bio": null,
38 35
       "github_username": "stkent",
36
+      "alumnus": true,
37
+      "show_on_website": false,
38
+      "name": null,
39 39
       "link_text": null,
40 40
       "link_url": null,
41
-      "name": null,
42
-      "show_on_website": false
41
+      "avatar_url": null,
42
+      "bio": null
43 43
     },
44 44
     {
45
-      "alumnus": false,
46
-      "bio": "I'm a 16 year old high school student. I like programming and java a lot. Contributing to exercism helps me to keep learning and get valuable experience. One day near, I hope to have a job or internship programming",
47 45
       "github_username": "Smarticles101",
48
-      "show_on_website": true
46
+      "alumnus": false,
47
+      "show_on_website": true,
48
+      "name": null,
49
+      "link_text": null,
50
+      "link_url": null,
51
+      "avatar_url": null,
52
+      "bio": "I'm a 16 year old high school student. I like programming and java a lot. Contributing to exercism helps me to keep learning and get valuable experience. One day near, I hope to have a job or internship programming"
49 53
     },
50 54
     {
51
-      "alumnus": false,
52
-      "bio": "I'm a software developer working for Softwire, a UK based software company. I love programming in pretty much any language (possibly with the exception of C++) but Java is probably the language I have the most experience with.",
53 55
       "github_username": "FridaTveit",
56
+      "alumnus": false,
57
+      "show_on_website": true,
54 58
       "name": "Frida Johanne Tveit",
55
-      "show_on_website": true
59
+      "link_text": null,
60
+      "link_url": null,
61
+      "avatar_url": null,
62
+      "bio": "I'm a software developer working for Softwire, a UK based software company. I love programming in pretty much any language (possibly with the exception of C++) but Java is probably the language I have the most experience with."
56 63
     },
57 64
     {
58
-      "alumnus": false,
59
-      "bio": "I am a software developer and consultant working for Black Pepper Software, a software company based in Leamington Spa, England. I'm a recent Computer Science graduate from the University of Warwick, and love all things to do with computers!",
60 65
       "github_username": "sjwarner-bp",
66
+      "alumnus": false,
67
+      "show_on_website": true,
61 68
       "name": "Sam Warner",
62
-      "show_on_website": true
69
+      "link_text": null,
70
+      "link_url": null,
71
+      "avatar_url": null,
72
+      "bio": "I am a software developer and consultant working for Black Pepper Software, a software company based in Leamington Spa, England. I'm a recent Computer Science graduate from the University of Warwick, and love all things to do with computers!"
63 73
     }
64 74
   ]
65 75
 }