exercism / lfe

Exercism exercises in Lisp Flavoured Erlang (LFE).
https://exercism.org/tracks/lfe
MIT License
25 stars 30 forks source link

🤖 Remove empty `source_url` property #141

Closed ee7 closed 2 years ago

ee7 commented 2 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