houseabsolute / precious

One code quality tool to rule them all
Apache License 2.0
82 stars 4 forks source link

Support "!path" in exclude and include #39

Closed autarch closed 1 year ago

autarch commented 1 year ago

This would allow doing things like excluding a directory except for one file in it. The ignore crate already supports this, I just need to use it in the Matcher instead of just using a GlobSet.

autarch commented 1 year ago

Done in v0.4.0