Просмотр исходного кода

hello-world: set auto-approve to true (#1482)

The first core exercise on the track should be auto-approved.
This means that mentor approval isn't needed in order to move
forward when the exercise has been completed.

Currently any hello-world exercises are auto-approved in the
backend of v2 but this special handling might be removed later
which is why this also needs to be set in config.json.
FridaTveit 8 лет назад
Родитель
Сommit
5a5202eaca
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      config.json

+ 2
- 1
config.json Просмотреть файл

17
       "difficulty": 1,
17
       "difficulty": 1,
18
       "topics": [
18
       "topics": [
19
         "strings"
19
         "strings"
20
-      ]
20
+      ],
21
+      "auto-approve": true
21
     },
22
     },
22
     {
23
     {
23
       "slug": "two-fer",
24
       "slug": "two-fer",