From 0d5eef4f304cf900f9c42ccfbdab4adc8e6b83f1 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 12 Dec 2018 19:11:24 -0800 Subject: [PATCH] docs: in contributor guidelines, use `make check` not `go test` --- docs/code_contribution_guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/code_contribution_guidelines.md b/docs/code_contribution_guidelines.md index 9f18edeaa..2458442a7 100644 --- a/docs/code_contribution_guidelines.md +++ b/docs/code_contribution_guidelines.md @@ -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 (the tab character should be counted as 8 characters, not 4, as some IDEs do 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 [golint](https://github.com/golang/lint) does not report any **new** issues that did not already exist