Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (18 loc) · 972 Bytes

CHANGES.md

File metadata and controls

34 lines (18 loc) · 972 Bytes

0.1.0

Feature:

  • Supports --android-lint option for Android Lint XML results. It cannot be used in conjunction with --checkstyle. It's an alternative.

0.0.5

Fixes:

  • Some checkstyles were missing "source" attribute on errors. This change gracefully ignores the source if one is not given (fixes #6)

0.0.4

Fixes:

  • Missing comments on unchanged files. These files were appearing in the activity of bitbucket but not on the actual files. See discussion here (fixes #3)

0.0.3

Fixes:

  • Retry HTTP requests on "Too Many Requests" (fixes #2)

0.0.2

Features:

  • new arguments --username and --password instead of --credentials
  • new arguments --message-identifier can now be used to set the unique identifier for comments. This should be used when you have multiple runs on a single pull request.

0.0.1

  • Initial experimental release.