smartystreets / goconvey

Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.
http://smartystreets.github.io/goconvey/
Other
8.23k stars 554 forks source link

Why not support hidden folders? #621

Open xlango opened 3 years ago

xlango commented 3 years ago

if info.IsDir() && strings.HasPrefix(info.Name(), ".") { return filepath.SkipDir }

riannucci commented 2 years ago

This looks like it was added a couple years ago (https://github.com/smartystreets/goconvey/commit/ecb8d64d662703d49711121b2ea03f4da8a1cab6)

However I don't see rationale.

What's your use case for this?