source-foundry / ufofmt

A fast, flexible UFO source file formatter based on the Rust Norad library
Apache License 2.0
7 stars 1 forks source link

Remove validators module #21

Closed chrissimpkins closed 3 years ago

chrissimpkins commented 3 years ago

I thought that we may need multiple file path validators on this side but it looks like these may be available in custom error types to support error msgs here https://github.com/linebender/norad/pull/146

Will remove the validators module and transition to a norad lib error handling approach if those changes land in a release.

Related #11