NethermindEth / juno

Starknet client implementation.
https://juno.nethermind.io
Apache License 2.0
402 stars 170 forks source link

Enable nilness check in govet linter #2161

Closed AnkushinDaniil closed 2 months ago

AnkushinDaniil commented 2 months ago

This pull reqest enables the nilness check in the govet linter configuration.

The changes in the code ensure that the govet linter checks for nilness.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.34%. Comparing base (793edae) to head (3dea03d). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2161 +/- ## ======================================= Coverage 78.34% 78.34% ======================================= Files 100 100 Lines 9220 9220 ======================================= Hits 7223 7223 Misses 1355 1355 Partials 642 642 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.