exercism / babashka

Exercism exercises in Babashka.
https://exercism.org/tracks/babashka
MIT License
13 stars 8 forks source link

🤖 Fix invalid UUIDs #26

Closed ee7 closed 3 years ago

ee7 commented 3 years ago

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:

^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$

Tracking

https://github.com/exercism/v3-launch/issues/29