The Wayback Machine - https://web.archive.org/web/20201127043928/https://github.com/reviewdog/nightly
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

reviewdog nightly releases

release release page release stat

It provides nightly reviewdog releases. You'll get to try the latest reviewdog improvements every day.

Your feedback will support reviewdog maintainance, so I hope you'll consider trying the reviewdog nightly and give us any feedback! Please file an issue if you come across any bugs.

Install nightly reviewdog

# Install the latest version. (Install it into ./bin/ by default).
$ curl -sfL https://raw.githubusercontent.com/reviewdog/nightly/master/install.sh| sh -s

# Specify installation directory ($(go env GOPATH)/bin/)
$ curl -sfL https://raw.githubusercontent.com/reviewdog/nightly/master/install.sh| sh -s -- -b $(go env GOPATH)/bin

# In alpine linux (as it does not come with curl by default)
$ wget -O - -q https://raw.githubusercontent.com/reviewdog/nightly/master/install.sh| sh -s [vX.Y.Z]

You can check installed version and +build commit short hash with reviewdog -version.

$ ./bin/reviewdog --version
0.9.17-nightly20200506+f536e33
You can’t perform that action at this time.