Added glob pattern support in paths filter

This commit is contained in:
Bartek Kryza
2023-06-10 11:16:26 +02:00
parent ac01127436
commit dc74069dfd
7 changed files with 35 additions and 20 deletions

View File

@@ -109,7 +109,7 @@ struct filter {
std::vector<common::string_or_regex> context;
std::vector<std::filesystem::path> paths;
std::vector<std::string> paths;
std::vector<method_type> method_types;
};