Mobile/Fennec/Android/Static analysis

From MozillaWiki
Jump to navigation Jump to search

Android Lint

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: mobile/android/app/lint.xml
  • See meta bug for some remaining issues – not all warnings are currently filed
  • If you fix all issues for a warning, modify lint.xml to change your warning into an error!

Facebook Infer

checkstyle

eslint