gauge-sh / tach

A Python tool to enforce dependencies, using modular architecture 🌎 Open source 🐍 Installable via pip πŸ”§ Able to be adopted incrementally - ⚑ Implemented with no runtime impact ♾️ Interoperable with your existing systems πŸ¦€ Written in rust
https://gauge.sh
MIT License
1k stars 35 forks source link

Major Change: Support file globbing in exclude_paths #234

Closed architgarg closed 2 weeks ago

architgarg commented 1 month ago

Fixes: https://github.com/gauge-sh/tach/issues/124

  1. This PR updates the code to use glob paths instead of regex patterns for the exclude property.
  2. Documentation has been updated accordingly.
architgarg commented 1 month ago

@caelean I don't know Rust, but the code seemed simple, so I attempted to fix the issue without testing it locally. Could you test/review it?

emdoyle commented 2 weeks ago

Closing since the commits landed through #259 !