Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@worker8 worker8 released this 22 Apr 11:07
· 1 commit to master since this release
45b6195

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