exercism / babashka

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

🤖 Remove empty `source_url` property #48

Closed ee7 closed 3 years ago

ee7 commented 3 years ago

The track CI runs configlet lint, which currently exits with a non-zero exit code if it sees an optional string key that has the value of the empty string.

This commit therefore removes all such key/value pairs on the track, as they otherwise cause a failing CI check.


Tracking: https://github.com/exercism/v3-launch/issues/57