File tree 1 file changed +6
-12
lines changed
1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,16 @@ Deprecating an exercise has the following behaviors:
11
11
12
12
## Deprecating an exercise
13
13
14
- To deprecate an exercise, only the exercise's ` config.json ` entry is changed.
15
- ** All exercise files must remain untouched.**
16
-
17
- Deprecated exercises must have the following properties set in their ` config.json ` entry:
14
+ To deprecate an exercise, simply change its ` config.json ` entry as follows:
18
15
19
- - ** ` uuid ` ** : unchanged from when it was active
20
- - ** ` slug ` ** : unchanged from when it was active
21
16
- ** ` status ` ** : set to ` "deprecated" `
17
+ - ** ` prerequisites ` ** : set to ` [] `
18
+ - ** ` practices ` ** : set to ` [] ` (Practice Exercises only)
19
+ - ** ` concepts ` ** : set to ` [] ` (Concept Exercises only)
22
20
23
- The following properties should be changed to an empty array:
21
+ ** All other properties must remain the same. **
24
22
25
- - ` prerequisites ` : set to ` [] `
26
- - ` practices ` : set to ` [] `
27
- - ` concepts ` : set to ` [] `
28
-
29
- All other fields in deprecated exercises can be safely changed or removed in accordance with the wider config rules.
23
+ ** All exercise files must remain untouched.**
30
24
31
25
[ configlet ] : /language-tracks/configuration/configlet.md
32
26
[ topics ] : https://github.com/exercism/problem-specifications/blob/master/TOPICS.txt
You can’t perform that action at this time.
0 commit comments