chainguard-dev / yam

A sweet little formatter for YAML
Apache License 2.0
20 stars 10 forks source link

Gracefully handle automatic configuration when no config file is present #12

Closed luhring closed 1 year ago

luhring commented 1 year ago

This was an oversight from #9, where the error returned from ReadConfig wasn't being handled. This fixes the handling and adds a test to ensure it stays fixed.

(I caught this in a failing test in Melange — yay tests! 🎉 🚀 )