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.
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