mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 23:48:06 -05:00
proper error checking and type assertions (#5424)
* proper error checking and type assertions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user