My `Dangerfile` ``` android_lint.gradle_task = 'checkstyle' android_lint.report_file = 'app/build/reports/checkstyle/checkstyle.xml' android_lint.lint(inline_mode: true) ``` The violations are detected by linting, but the messages are not posted to the github repo.
My
DangerfileThe violations are detected by linting, but the messages are not posted to the github repo.