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)
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
andraw_url
are forGithubPullRequestFilesResponse
because they can be null for changes describing submodule