Add zlib to block list

This commit is contained in:
Phillip Stephens 2022-10-12 23:15:26 -07:00
parent 125fef14cf
commit e5b3cfa36a
1 changed files with 4 additions and 1 deletions

View File

@ -30,9 +30,12 @@
{ {
"folderPath": "include/rstl", "folderPath": "include/rstl",
"prefix": "RSTL_" "prefix": "RSTL_"
} },
], ],
"C/C++ Include Guard.Auto Update Path Allowlist": [ "C/C++ Include Guard.Auto Update Path Allowlist": [
"include" "include"
], ],
"C/C++ Include Guard.Auto Update Path Blocklist": [
"include/zlib"
]
} }