Ver código fonte

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 6 anos atrás
pai
commit
5a5202eaca
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      config.json

+ 2
- 1
config.json Ver arquivo

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",