go-ethereum/internal/flags
Martin HS 5adc314817
build: update to golangci-lint 1.61.0 (#30587)
Changelog: https://golangci-lint.run/product/changelog/#1610 

Removes `exportloopref` (no longer needed), replaces it with
`copyloopvar` which is basically the opposite.

Also adds: 
- `durationcheck`
- `gocheckcompilerdirectives`
- `reassign`
- `mirror`
- `tenv`

---------

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
2024-10-14 19:25:22 +02:00
..
categories.go cmd, core, metrics: always report expensive metrics (#29191) 2024-03-11 10:06:57 +02:00
flags_test.go build: update to golangci-lint 1.61.0 (#30587) 2024-10-14 19:25:22 +02:00
flags.go internal/flags: fix --miner.gasprice default listing (#28932) 2024-02-05 22:01:56 +01:00
helpers.go internal/flags: fix typo (#28876) 2024-01-26 08:57:04 +01:00