mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
Exclude all third party code from unsafeptr (#2321)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user