exercism / scala

Exercism exercises in Scala.
https://exercism.org/tracks/scala
MIT License
123 stars 131 forks source link

🤖 Remove empty `source_url` property #700

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 PR therefore removes all such key/value pairs on the track - they otherwise cause a failing CI check.


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