Add zlib to block list

Former-commit-id: e5b3cfa36a
This commit is contained in:
Phillip Stephens 2022-10-12 23:15:26 -07:00
parent 183e241c45
commit 6380e4db68
1 changed files with 4 additions and 1 deletions

View File

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