diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ab32976f..1c9f03a8e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ $ go test Changes that affect multiple files can be tested with ... ``` -$ gometalinter && bazel test +$ golangci-lint run && bazel test //... ``` **10. Stage the file or files that you want to commit.**