github reviewdog/reviewdog 0.9.9
0.9.9: reviewdog meets GitHub checks

latest releases: v0.17.2, v0.17.1, v0.17.0...
5 years ago

0.9.9 (2018-06-04)

New features:

reviewdog with GitHub Checks feature. https://help.github.com/articles/about-status-checks/#checks

github-pr-check sample
comment in pull-request
commit status

  1. Install reviedog Apps. https://github.com/apps/reviewdog
  2. Set REVIEWDOG_TOKEN or run reviewdog CLI in trusted CI providers.
  • Get token from https://reviewdog.app/gh/{owner}/{repo-name}.
  • $ export REVIEWDOG_TOKEN="xxxxx"
  1. $ reviewdog -conf=.reviewdog.yml -reporter=github-pr-check

Breaking changes:

Deprecate -ci flag #132.
Use -reporter flag instead.
Example:

$ reviewdog -ci=travis
=>
$ reviewdog -reporter=github-pr-review

Merged Pull Requests:

  • Update README for version 0.9.9 #133 (haya14busa)
  • CI: remove coverall #137 (haya14busa)
  • Update doghouse domain name #136 (haya14busa)
  • doghouse: add branch field #134 (haya14busa)
  • travis: update Go version #135 (haya14busa)
  • Deprecate -ci flag #132 (haya14busa)
  • doghouse: implement doghouse client #131 (haya14busa)
  • doghouse: add CheckRequest service request & response #129 (haya14busa)
  • circleci: ignore go vet exit status #130 (haya14busa)
  • Refactoring project/ #125 (haya14busa)
  • Factor out filter functionality #124 (haya14busa)
  • Migrate to CircleCI 2.0 #119 (serima)
  • Fix GITHUB_API endpoint #118 (szyn)
  • Allow '.' and '.yaml' for conf file name #116 (rhysd)
  • support CircleCI 2.0 #115 (shogo82148)
  • Improve repo name/owner in drone.io #108 (mavimo)
  • Update go-tools #110 (haya14busa)
  • CI: drone.io: update golang image #109 (haya14busa)
  • add trailing slash to GitHub default BaseURL #107 (deme0607)
  • README typo #106 (mavimo)

Don't miss a new reviewdog release

NewReleases is sending notifications on new releases.