Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 1.28 KB

Changelog

Unreleased

New features

  • Try to detect pull request id automatically, if PULL_REQUEST_ID is not specified. Inspired by @willnet/prid.
  • #40: Add '--index' option for 'pronto run'. Pronto analyzes changes before committing.

Changes

  • Github and Github pull request formatters now filter out duplicate offenses on the same line to avoid spamming with redundant comments.

0.3.3

Bugs fixed

  • GithubPullRequestFormatter was working incorrectly with merge commits.

0.3.2

Bugs fixed

  • GithubPullRequestFormatter had an off-by-one positioning error.

0.3.1

Bugs fixed

  • Git::Patches#repo was always returning nil.

0.3.0

New features

  • #27: '--exit-code' option for 'pronto run'. Pronto exits with non-zero code if there were any warnings/errors.
  • #16: New formatter: GithubPullRequestFormatter. Writes review comments on GitHub pull requests.

Changes

  • #29: Be compatible and depend on rugged '0.21.0'.
  • Performance improvement: use Rugged::Blame instead of one provided by Grit.
  • Performance improvement: cache comments retrieved from GitHub.