mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 01:13:10 -06:00
Make gometalinter install its stuff
This commit is contained in:
parent
d6e799feea
commit
812614b10e
|
|
@ -7,6 +7,7 @@ export PATH="$PATH:$(pwd)/vendor/bin:$(pwd)/bin"
|
|||
|
||||
echo "Installing lint search engine..."
|
||||
go install github.com/alecthomas/gometalinter/
|
||||
gometalinter --config=linter.json ./... --install
|
||||
|
||||
echo "Looking for lint..."
|
||||
gometalinter --config=linter.json ./...
|
||||
|
|
|
|||
Loading…
Reference in a new issue