Exclude all third party code from unsafeptr (#2321)

This commit is contained in:
Preston Van Loon 2019-04-21 11:11:18 -04:00 committed by GitHub
parent 67cbf774f5
commit c69f1e83be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,7 @@
{
"unsafeptr": {
"exclude_files": {
"external/com_github_gxed_hashland/murmur3/*": "Unsafe third party code",
"external/io_k8s_apimachinery/vendor/github.com/modern-go/reflect2/reflect/*": "Unsafe third party code"
"external/*": "Unsafe third party code"
}
},
"unreachable": {