Details
Details
I am setting up a project on Android and I am unable to find/setup a linting tool for android to work with Arcanist. I tried using Cassowary(https://github.com/imobile3/cassowary) but it doesn't seem to be compatible with the latest version of arc.
Answers
Answers
Hi, I've recently written an Arcanist linter for Android. This linter included gradle lint, findbugs, checkstyle and pmd.
The only issue is that it works with gradle only and you need to edit Linter file to edit default configurations.
Here is the linter link: https://github.com/DheerendraRathor/Arcanist-Android-Lint
New Answer
New Answer