Mobile/Fennec/Android/Static analysis/checkstyle-idea

From MozillaWiki
< Mobile‎ | Fennec‎ | Android‎ | Static analysis
Revision as of 01:20, 9 April 2016 by Mcomella (talk | contribs) (Created page with "You can run checkstyle via the [https://plugins.jetbrains.com/plugin/1065 checkstyle-idea plugin] within Android Studio or Intellij. It will highlight violations in red, e.g....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

You can run checkstyle via the checkstyle-idea plugin within Android Studio or Intellij. It will highlight violations in red, e.g. package statements should not span more than one line:

Example of checkstyle-idea failure

Installation & configuration