Skip to content

4.0.0-alpha.13

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 16:38
· 380 commits to main since this release
237e841

New features

With this release, configlet lint now checks that the value of every uuid key:

  • matches the regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
  • is unique within the track

It does not yet check that each value is unique across all Exercism tracks. But it will later.

A user can generate a suitable UUID by running configlet uuid.