proper error checking and type assertions (#5424)

* proper error checking and type assertions
This commit is contained in:
Victor Farazdagi
2020-04-14 19:41:09 +03:00
committed by GitHub
parent 3b9a03d517
commit 748d513c62
108 changed files with 2357 additions and 697 deletions

View File

@@ -80,8 +80,6 @@
"exclude_files": {
"external/.*": "Third party code",
"rules_go_work-.*": "Third party code",
".*/.*_test\\.go": "TODO(5404): In a follow up PR",
"beacon-chain/p2p/testing/.*\\.go": "TODO(5404): In a follow up PR",
"shared/mock/.*\\.go": "Mocks are OK",
".*/.*mock\\.go": "Mocks are OK",
".*/testmain\\.go": "Test runner generated code"