Skip to content

sofat1989/code-review-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Review Bot

Usage

First, ensure that you have installed Go and set up $GOPATH. Then, build the crbot tool:

  • from scratch:

    $ go get github.com/google/code-review-bot/cmd/crbot
  • or, from a cloned copy:

    $ go get ./...

And then to use it:

  • if $GOPATH/bin is in your $PATH:

    $ crbot [options]
  • or, from a cloned repo:

    $ cmd/crbot/crbot [options]

Development

Install GoMock:

$ go get github.com/golang/mock/gomock
$ go get github.com/golang/mock/mockgen

Testing

Just what you might expect:

$ make test

Contributing

See CONTRIBUTING.md for more details.

License

Apache 2.0; see LICENSE for more details.

Disclaimer

This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.

About

Code review bot and CLA verifier

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 89.7%
  • Makefile 6.6%
  • Shell 3.7%