Skip to content

Commit

Permalink
Exclude all third party code from unsafeptr (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon authored and terencechain committed Apr 22, 2019
1 parent 9722c1e commit ef44b93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nogo_config.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit ef44b93

Please sign in to comment.