plugeth/cmd
Felix Lange 689486449d build: use golangci-lint (#20295)
* build: use golangci-lint

This changes build/ci.go to download and run golangci-lint instead
of gometalinter.

* core/state: fix unnecessary conversion

* p2p/simulations: fix lock copying (found by go vet)

* signer/core: fix unnecessary conversions

* crypto/ecies: remove unused function cmpPublic

* core/rawdb: remove unused function print

* core/state: remove unused function xTestFuzzCutter

* core/vm: disable TestWriteExpectedValues in a different way

* core/forkid: remove unused function checksum

* les: remove unused type proofsData

* cmd/utils: remove unused functions prefixedNames, prefixFor

* crypto/bn256: run goimports

* p2p/nat: fix goimports lint issue

* cmd/clef: avoid using unkeyed struct fields

* les: cancel context in testRequest

* rlp: delete unreachable code

* core: gofmt

* internal/build: simplify DownloadFile for Go 1.11 compatibility

* build: remove go test --short flag

* .travis.yml: disable build cache

* whisper/whisperv6: fix ineffectual assignment in TestWhisperIdentityManagement

* .golangci.yml: enable goconst and ineffassign linters

* build: print message when there are no lint issues

* internal/build: refactor download a bit
2019-11-18 10:49:17 +02:00
..
abigen accounts/abi/bind, cmd/abigen: implement alias for abigen (#20244) 2019-11-14 08:26:10 +01:00
bootnode cmd/bootnode: fix exit behavior with -genkey (#20110) 2019-10-02 11:32:02 +02:00
checkpoint-admin all: update author list and licenses 2019-07-22 12:17:27 +03:00
clef build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
devp2p cmd/devp2p, core/forkid: make forkid.Filter API uniform 2019-10-31 10:38:14 +02:00
ethkey all: replace passPHRASE with passWORD in user interactions (#19932) 2019-08-12 12:00:38 +03:00
evm cmd/evm: Allow loading input from file (#20273) 2019-11-17 15:45:54 +01:00
faucet cmd/faucet: use github.com/gorilla/websocket (#20283) 2019-11-14 10:05:17 +02:00
geth dashboard: remove the dashboard (#20279) 2019-11-14 10:04:16 +01:00
p2psim all: new p2p node representation (#17643) 2018-09-25 00:59:00 +02:00
puppeth cmd/puppeth: integrate istanbul into puppeth (#19926) 2019-11-04 10:41:29 +02:00
rlpdump cmd/rlpdump: allow hex input to have leading '0x' 2017-10-27 09:40:52 +01:00
utils build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
wnode all: replace passPHRASE with passWORD in user interactions (#19932) 2019-08-12 12:00:38 +03:00