chris48s / v8r

✔️ A command-line JSON, YAML and TOML validator that's on your wavelength
https://chris48s.github.io/v8r/
MIT License
28 stars 5 forks source link

de-dupe and sort array of filenames #496

Closed chris48s closed 3 weeks ago

chris48s commented 3 weeks ago

In v3, making filename the object key ensured we didn't process the same file twice. Now this is an array, we need to explicitly de-duplicate.