2023-01-13 00:18:44 +03:00
|
|
|
{
|
|
|
|
"version": "0.2",
|
2023-01-13 23:46:43 +03:00
|
|
|
"ignorePaths": [
|
|
|
|
"eng/release/DiagnosticsReleaseTool",
|
|
|
|
"src/external",
|
|
|
|
"src/inc"
|
|
|
|
],
|
2023-01-13 00:18:44 +03:00
|
|
|
"words": [
|
2023-01-13 23:46:43 +03:00
|
|
|
"Bldr",
|
|
|
|
"Brotli",
|
|
|
|
"Browsable",
|
2023-01-13 00:18:44 +03:00
|
|
|
"callstacks",
|
|
|
|
"CLSID",
|
|
|
|
"codespace",
|
|
|
|
"coreclr",
|
|
|
|
"darc",
|
2023-01-13 23:46:43 +03:00
|
|
|
"dbug",
|
|
|
|
"disambiguator",
|
2023-01-13 00:18:44 +03:00
|
|
|
"discoverability",
|
2023-01-13 23:46:43 +03:00
|
|
|
"Distro",
|
2023-01-13 00:18:44 +03:00
|
|
|
"dockerfiles",
|
2023-01-13 23:46:43 +03:00
|
|
|
"dylib",
|
2023-01-13 00:18:44 +03:00
|
|
|
"ESRP",
|
2023-01-13 23:46:43 +03:00
|
|
|
"evented",
|
2023-01-13 00:18:44 +03:00
|
|
|
"exfiltrate",
|
2023-01-13 23:46:43 +03:00
|
|
|
"fwlink",
|
2023-01-13 00:18:44 +03:00
|
|
|
"gcdump",
|
|
|
|
"gcdumps",
|
|
|
|
"globbing",
|
|
|
|
"globstar",
|
2023-01-13 23:46:43 +03:00
|
|
|
"hmac",
|
|
|
|
"HMACSHA",
|
|
|
|
"hresult",
|
|
|
|
"Hsts",
|
|
|
|
"Impls",
|
|
|
|
"JITID",
|
2023-01-13 00:18:44 +03:00
|
|
|
"JWTs",
|
|
|
|
"libc",
|
|
|
|
"livemetrics",
|
|
|
|
"minidump",
|
|
|
|
"MSRC",
|
2023-01-13 23:46:43 +03:00
|
|
|
"ndjson",
|
2023-01-13 00:18:44 +03:00
|
|
|
"newtonsoft",
|
2023-01-13 23:46:43 +03:00
|
|
|
"Notfication",
|
|
|
|
"NTLM",
|
|
|
|
"Pids",
|
|
|
|
"PKCS",
|
|
|
|
"rclsid",
|
|
|
|
"reentrancy",
|
|
|
|
"REFCLSID",
|
|
|
|
"REFIID",
|
|
|
|
"rejit",
|
|
|
|
"Remoting",
|
|
|
|
"Renormalize",
|
2023-01-13 00:18:44 +03:00
|
|
|
"respecifying",
|
2023-01-13 23:46:43 +03:00
|
|
|
"resx",
|
|
|
|
"rethrown",
|
|
|
|
"riid",
|
|
|
|
"RSASSA",
|
2023-01-13 00:18:44 +03:00
|
|
|
"runtimes",
|
|
|
|
"speedscope",
|
2023-01-13 23:46:43 +03:00
|
|
|
"Tfms",
|
2023-01-13 00:18:44 +03:00
|
|
|
"threadpool",
|
2023-01-13 23:46:43 +03:00
|
|
|
"trce",
|
|
|
|
"tstr",
|
|
|
|
"ukwn",
|
2023-01-13 00:18:44 +03:00
|
|
|
"upvoting",
|
2023-01-13 23:46:43 +03:00
|
|
|
"VSAPPIDDIR",
|
|
|
|
"walkthroughs",
|
|
|
|
"Xunit"
|
2023-01-13 00:18:44 +03:00
|
|
|
],
|
|
|
|
"patterns": [
|
|
|
|
{
|
|
|
|
"name": "markdown_code_block",
|
|
|
|
"pattern": "/^(\\s*`{3,}).*[^```]*?^\\1/gmx"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "markdown_inline_code",
|
|
|
|
"pattern": "/`[^`\\n\\r]*`/gmx"
|
2023-01-13 23:46:43 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "preprocessor_conditional",
|
|
|
|
"pattern": "/^[^\\S\\n\\r]*\\#(el)?if (.)*$/gm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "test_data",
|
|
|
|
"pattern": "/^[^\\S\\n\\r]*\\[(Inline|Member)Data\\(.*$/gm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "using_statement",
|
|
|
|
"pattern": "/^[^\\S\\n\\r]*using .*;$/gm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "error_codes",
|
|
|
|
"pattern": "/(_| )E_\\w+/gm"
|
2023-01-13 00:18:44 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"languageSettings": [
|
|
|
|
{
|
|
|
|
"languageId": [
|
|
|
|
"markdown"
|
|
|
|
],
|
|
|
|
"ignoreRegExpList": [
|
|
|
|
"markdown_code_block",
|
|
|
|
"markdown_inline_code"
|
|
|
|
]
|
2023-01-13 23:46:43 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"languageId": [
|
|
|
|
"csharp"
|
|
|
|
],
|
|
|
|
"allowCompoundWords": true,
|
|
|
|
"ignoreRegExpList": [
|
|
|
|
"preprocessor_conditional",
|
|
|
|
"test_data",
|
|
|
|
"using_statement"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"languageId": [
|
|
|
|
"cpp"
|
|
|
|
],
|
|
|
|
"allowCompoundWords": true,
|
|
|
|
"ignoreRegExpList": [
|
|
|
|
"preprocessor_conditional",
|
|
|
|
"error_codes"
|
|
|
|
]
|
2023-01-13 00:18:44 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|