Page MenuHomePhabricator

Linting Tool For Android
OpenPublic

Asked by bijoysingh on Sep 23 2015, 4:41 PM.

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

DheerendraRathor
Updated 2,078 Days Ago

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