exercism / v2-configlet

Tool to assist in managing Exercism language tracks.
MIT License
16 stars 23 forks source link

Trim UUID in duplicate check #171

Closed ekingery closed 4 years ago

ekingery commented 5 years ago

Closes #162

neenjaw commented 4 years ago

Is it a common problem for UUID's to contain leading or trailing whitespace? If so, should leading or trailing whitespace emit some sort of linter warning?

ekingery commented 4 years ago

Is it a common problem for UUID's to contain leading or trailing whitespace? If so, should leading or trailing whitespace emit some sort of linter warning?

I think this was just an odd corner case that came up after someone duplicated a track repo. The original bug report is in issue #162.