mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 05:18:03 -05:00
* Add errcheck linter * Check unchecked error * Add gosimple linter * Remove type assertion to same type * Omit nil check len() for nil slices is defined as zero * Revert "Remove type assertion to same type" This reverts commitaf69ca1ac8. * Revert "Revert "Remove type assertion to same type"" This reverts commit5fe8931504. Co-authored-by: Raul Jordan <raul@prysmaticlabs.com> Co-authored-by: Radosław Kapka <rkapka@wp.pl>