Mobile/Fennec/Android/Static analysis: Difference between revisions

From MozillaWiki
< Mobile‎ | Fennec‎ | Android
Jump to navigation Jump to search
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Android Lint ==
#REDIRECT [[Mobile/Fennec/Android/Testing#Quick_reference]]
Catches various errors & optimizations specifically related to the Android code and resources
./mach gradle app:lint
 
Notes:
* Runs in TBPL: tier 2 "unit" job
* config: [http://mxr.mozilla.org/mozilla-central/source/mobile/android/app/lint.xml mobile/android/app/lint.xml]
* See [https://bugzilla.mozilla.org/show_bug.cgi?id=1170283 meta bug] for some remaining issues – not all warnings are currently filed
* If you fix all issues for a warning, modify [http://mxr.mozilla.org/mozilla-central/source/mobile/android/app/lint.xml lint.xml] to change your warning into an error!
 
== Facebook Infer ==
== checkstyle ==
== eslint ==

Latest revision as of 17:49, 9 May 2016