support specify ignored files patterns

Signed-off-by: liduo <liduo29@huawei.com>
This commit is contained in:
liduo
2025-02-19 11:41:59 +08:00
parent 644dddf9a2
commit a382e73eb8
11 changed files with 98 additions and 30 deletions
+7
View File
@@ -307,6 +307,13 @@ const std::map<uint32_t, ErrorInfo> ERRORS_MAP = {
"",
{},
{} } },
{ ERR_CODE_INVALID_IGNORE_FILE,
{ ERR_CODE_INVALID_IGNORE_FILE,
ERR_TYPE_COMMAND_PARSE,
"Invalid ignore file pattern '%s', %s",
"",
{ "Make sure the argument of the option --ignored-file is not empty and contains valid regular expressions." },
{} } },
// 11211xxx
{ ERR_CODE_OUTPUT_EXIST,