OSDN Git Service

More lint checks: translation, i18n, proguard, gridlayout, "px"
[android-x86/sdk.git] / lint / libs / lint_checks / src / com / android / tools / lint / checks / BuiltinDetectorRegistry.java
index 704d9f8..8a88d54 100644 (file)
@@ -41,6 +41,13 @@ public class BuiltinDetectorRegistry extends com.android.tools.lint.api.Detector
         detectors.add(new UseCompoundDrawableDetector());
         detectors.add(new UselessViewDetector());
         detectors.add(new TooManyViewsDetector());
+        detectors.add(new GridLayoutDetector());
+        detectors.add(new TranslationDetector());
+        detectors.add(new HardcodedValuesDetector());
+        detectors.add(new ProguardDetector());
+        detectors.add(new PxUsageDetector());
+        detectors.add(new TextFieldDetector());
+
 
         // TODO: Populate dynamically somehow?