Closed ee7 closed 3 years ago
This PR regenerates each UUID on the track that was invalid.
To be valid, each value of a uuid key must:
uuid
A track can generate a suitable UUID by running configlet uuid.
configlet uuid
In the future, configlet lint will produce an error for an invalid UUID.
configlet lint
[1] That is, it must match this regular expression:
^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
https://github.com/exercism/v3-launch/issues/29
This PR regenerates each UUID on the track that was invalid.
To be valid, each value of a
uuid
key must:A track can generate a suitable UUID by running
configlet uuid
.In the future,
configlet lint
will produce an error for an invalid UUID.[1] That is, it must match this regular expression:
Tracking
https://github.com/exercism/v3-launch/issues/29