Skip to content

Latest commit

 

History

History
88 lines (64 loc) · 4.09 KB

CHANGELOG.md

File metadata and controls

88 lines (64 loc) · 4.09 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

📖 Release Note

🚀 Enhancements

  • #629 Introduced Reviewdog Diagnostic Format. (@haya14busa)
  • #674 #703 Support rdjsonl/rdjson as input format
  • #680 github-pr-review: Support multiline comments
  • #675 #698 github-pr-review: Support suggested changes
  • #699 Support diff input format (-f=diff). Useful for suggested changes.
  • #700 Support to show code(rule), code URL and severity in GitHub and GitLab reporters.
  • Introduced reviewdog/action-setup GitHub Action which installs reviewdog easily including nightly release.
  • ...

🐛 Fixes

  • ...

🚨 Breaking changes

  • ...

v0.10.2 - 2020-08-04

🐛 Fixes

  • #709 Check for GITHUB_ACTIONS instead of GITHUB_ACTION

v0.10.1 - 2020-06-30

🚀 Enhancements

  • #563 Use CI_API_V4_URL environment variable when present.

🐛 Fixes

  • #609 reviewdog command will fail with unexpected tool's error for github-check/github-pr-check reporters as well. (@haya14busa)
  • #603 Fixed detection of Pull Requests from forked repo. (@haya14busa)

v0.10.0 - 2020-05-07

✨ Release Note

With v0.10.0 release, now reviewdog can find issues outside diff by controlling filtering behavior with -filter-mode. Also, you can ensure to check reported results by exit 1 with -fail-on-error.

Example

$ cd subdir/ && reviewdog -filter-mode=file -fail-on-error -reporter=github-pr-review

🚀 Enhancements

🐛 Fixes

🚨 Breaking changes

  • github-check reporter won't report results outside diff by default now. You need to use -filter-mode=nofilter to keep the same bahavior.

See https://github.com/reviewdog/reviewdog/releases for older release note.