docs: replace golint with make lint in contributor guidelines

This commit is contained in:
Olaoluwa Osuntokun 2018-12-12 19:11:46 -08:00
parent 0d5eef4f30
commit a76affae91
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

View File

@ -604,8 +604,8 @@ Rejoice as you will now be listed as a [contributor](https://github.com/lightnin
per default)
- [  ] Running `make check` does not fail any tests
- [  ] Running `go vet` does not report any issues
- [  ] Running [golint](https://github.com/golang/lint) does not
report any **new** issues that did not already exist
- [  ] Running `make lint` does not report any **new** issues that
did not already exist
<a name="Licensing" />