-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tools: Fix makefile install scripts #1337
Conversation
Previously, the install scripts weren't installing golint and gometalinter. This commit fixes this, and installs tendermints linter, and the HEAD of the gometalinter repository. Now make all should work.
Codecov Report
@@ Coverage Diff @@
## develop #1337 +/- ##
=======================================
Coverage 65.5% 65.5%
=======================================
Files 114 114
Lines 6305 6305
=======================================
Hits 4130 4130
Misses 1949 1949
Partials 226 226 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ANSI colors are cute but annoying for automated scripts / remote shells - can we stick to plaintext?
ANSI coloring removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested ACK
Previously, the install scripts weren't installing golint and gometalinter. This commit fixes this, and installs tendermints linter, and the HEAD of the gometalinter repository. Now make all should work.
Previously, the install scripts weren't installing golint and gometalinter.
This commit fixes this, and installs tendermint's linter, and the HEAD of
the gometalinter repository. Now
make all
should work.Closes #1052 , Closes #1190