Commit 36a07d8
authored
With this commit, `configlet lint` now produces an error if there is a
Practice Exercise in the track-level `config.json` file that has a
`difficulty` value of `0`.
Typically, exercises with such a value were deprecated exercises.
However, a deprecated exercise still appears on the website for a user
who started that exercise before it was deprecated, and therefore an
exercise's difficulty level should not be changed when it is deprecated.
We have created a PR on every track that had at least one exercise with
a `difficulty` of `0`, updating them to use an allowed value.
See: exercism/docs#290
1 parent ecc2245 commit 36a07d8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments