mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-18 09:14:48 -04:00
resconfig中ignoreResourcePattern为空时不使用默认过滤规则
Signed-off-by: liduo <liduo29@huawei.com>
This commit is contained in:
@@ -275,6 +275,12 @@ public:
|
||||
*/
|
||||
static bool AddIgnoreFileRegex(const std::string ®ex, IgnoreType ignoreType);
|
||||
|
||||
/**
|
||||
* @brief set whether use custom ignore regex pattern
|
||||
* @param isUseCustomRegex: true is use custom ignore file regex
|
||||
*/
|
||||
static void SetUseCustomIgnoreRegex(const bool &isUseCustomRegex);
|
||||
|
||||
private:
|
||||
static const std::map<std::string, IgnoreType> DEFAULT_IGNORE_FILE_REGEX;
|
||||
static std::string GetLocaleLimitkey(const KeyParam &KeyParam);
|
||||
|
||||
Reference in New Issue
Block a user