commit | 83908358f3a5c0332c3043570ce65ab14ff3d087 | [log] [tgz] |
---|---|---|
author | Rebecca Stambler <rstambler@golang.org> | Mon Apr 22 17:52:48 2019 -0400 |
committer | Rebecca Stambler <rstambler@golang.org> | Mon Apr 22 22:03:18 2019 +0000 |
tree | 7fc5bf4489e39cfffbd62a88e6903006831cff07 | |
parent | 7744f6d7ac193720bb483dc2a2c266504b33d1a9 [diff] |
git-codereview: do not require gofmt for testdata files We use Go files as testdata for gopls, specifically as test cases for formatting and imports. Change-Id: Ie4ed6097960eb0eb3d5c1767b8b76bed147c81e0 Reviewed-on: https://go-review.googlesource.com/c/review/+/173339 Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
The git-codereview tool is a command-line tool for working with Gerrit.
The easiest way to install is to run go get -u golang.org/x/review/git-codereview
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/review
.
Run git codereview hooks
to install Gerrit hooks for your git repository.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the review repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/review:” in the subject line, so it is easy to find.