Add zlib to block list

Former-commit-id: e5b3cfa36a64e02dce79d7280469d3df5f2b5ae1
This commit is contained in:
Phillip Stephens 2022-10-12 23:15:26 -07:00
parent 183e241c45
commit 6380e4db68

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"
]
} }