mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-24 01:24:25 +01:00
docs: in contributor guidelines, use make check not go test
This commit is contained in:
@@ -602,7 +602,7 @@ Rejoice as you will now be listed as a [contributor](https://github.com/lightnin
|
|||||||
- [ ] For code and documentation: lines are wrapped at 80 characters
|
- [ ] For code and documentation: lines are wrapped at 80 characters
|
||||||
(the tab character should be counted as 8 characters, not 4, as some IDEs do
|
(the tab character should be counted as 8 characters, not 4, as some IDEs do
|
||||||
per default)
|
per default)
|
||||||
- [ ] Running `go test` does not fail any tests
|
- [ ] Running `make check` does not fail any tests
|
||||||
- [ ] Running `go vet` does not report any issues
|
- [ ] Running `go vet` does not report any issues
|
||||||
- [ ] Running [golint](https://github.com/golang/lint) does not
|
- [ ] Running [golint](https://github.com/golang/lint) does not
|
||||||
report any **new** issues that did not already exist
|
report any **new** issues that did not already exist
|
||||||
|
|||||||
Reference in New Issue
Block a user