From bc78d451281dc383c03dad87ff936f1340d3c3ba Mon Sep 17 00:00:00 2001 From: cedricbuild Date: Fri, 30 Aug 2024 12:47:00 +0000 Subject: [PATCH] Support absolute path in exclude --- src/main.rs | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 88e6b4cb7..f85127ba5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -313,7 +313,23 @@ fn construct_config(mut opts: Opts, pattern_regexps: &[String]) -> Result