Skip to content

Releases: worker8/AndroidLintReporter

2.1.0

22 Apr 11:07
45b6195
Compare
Choose a tag to compare

Changelog (2.1.0)

New Feature & Changes

  • support reporting for Detekt
  • change ./gradlew parseAndSendLintResult to ./gradlew report, opting for a simpler name
  • change formatting to show the violating rule in a table format:
    (this is helpful for finding out more information about the particular rule)

- add `showLog` flag for showing extra logs

Bug fix

  • bug fix: when there are multiple warnings in one single file, the earlier warnings will be covered up by later warnings
  • bug fix: when there are multiple comments in one single file, the detection for duplicated reporting will be missed
  • blob_url and raw_url are for GithubPullRequestFilesResponse because they can be null for changes describing submodule

2.0.0

14 Apr 10:22
Compare
Choose a tag to compare

Major change:

  • Reports android lint warnings and errors at the exact line change of a pull request instead of a standalone comment.
    (This helps to prevent new violating code the be introduced into the codebase since it became much easier to spot the violating line.)

1.1.5

01 Apr 07:58
Compare
Choose a tag to compare
  • escape backslash characters that appears in the lint result, which will cause the posting of the lint result to pull quest to fail (due to error in json parsing, as json cannot contain backslash)
  • fix error that is causing FileNotFoundException when looking for lint-results-debug.xml (or any name)