-
Notifications
You must be signed in to change notification settings - Fork 24
android lint messages are not posted on PR #16
Comments
I have the same problem.. Any solution for this case? |
I'm having a similar issue. All custom rules work locally when I run the Gradle lint task since they are added to the report file, but the messages are no longer being posted on pull requests nor being included on the report file when lint and danger are run on CI. Any thoughts on why that is no longer working? No changes were made on our Dangerfile regarding lint recently. |
@mnmari was it posting before and now it's not? Or it never worked for you? |
@barbosa it was posting before, now it stopped posting for both new and old custom rules that Danger used to post in the past. 🤔 |
Just a quick update. I initially thought it was a problem with the integration between lint and dangerfile. Turns out it was actually an issue with our CI, specifically on the script we use to run lint on PR's. It's all fixed now, thanks! |
I'm also facing this issue. I have verified everything.
It was working for a while but suddenly stopped. Current version: |
My
Dangerfile
The violations are detected by linting, but the messages are not posted to the github repo.
The text was updated successfully, but these errors were encountered: