mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
Cleanup, lint, and enable linters for consenssus/bor module. Disabled linter "gomnd" and "tagliatelle" because they are not easy to fix and the return on the time investment is very low. Disabled linter "prealloc" because it is not easy to guess and pre-allocate the slice accurately in many cases. |
||
|---|---|---|
| .. | ||
| api.go | ||
| bor.go | ||
| bor_test.go | ||
| clerk.go | ||
| errors.go | ||
| genesis_contracts_client.go | ||
| merkle.go | ||
| rest.go | ||
| snapshot.go | ||
| snapshot_test.go | ||
| span.go | ||
| validator.go | ||
| validator_set.go | ||