Top "Lint" questions

Please tag questions about static analysis tools "static-analysis" unless they're actually about the Lint utility.

How do I download and install lint?

Does anyone know how to obtain lint for Mac, Windows, and Linux? sudo port install lint can't find it.

c debugging lint static-code-analysis
Android Studio's "expected resource of type" checks?

Android Studio Beta (0.8) has a nifty new feature where it checks that some int parameters are not arbitrary integers, but …

android android-studio lint typechecking
TSLint not working in VS Code

I added TSLint to my React/TypeScript project using the tslint VSCode extension. I also installed both typescript and tslint …

typescript visual-studio-code lint tslint
How to suppress specific Lint warning for deprecated Android function?

I use a version switch to support older Android versions. int sdk = Build.VERSION.SDK_INT; if (sdk < Build.…

android gradle lint deprecation-warning
"is translated here but not found in default locale" error in strings.xml with translatable="false"

Here is my values\strings.xml (the default file) and everything is self explanatory: My question(s): How can it …

android xml android-studio localization lint
Android Lint: how to ignore missing translation warnings in a regional locale string file that purposely only overrides some default translations?

Is it possible to translate some strings, but not all, in a separate resource file without Lint complaining about MissingTranslation? …

android localization translation lint android-lint
Android Lint asks to translate strings to MANY languages which i don't use in app

I can't compile/debug our Android app, because the localization files are not perfect yet. My IDE's validation tool Lint …

android eclipse adt lint
How to find gradle lintOptions document for android?

I got "...is not translated in ... [MissingTranslation]"error in my android project. I searched by google find something works as …

android gradle lint
Proper way to handle Android Studio's NullPointerException lint warning

I'm new to android/java programming and am confused how to properly deal with this warning. Method invocation '' may …

java android nullpointerexception android-studio lint
"auth_client_using_bad_version_title" is translated here but not found in default locale

I'm forced to use Google Play service (I need Location Service). So, after I wrote all code and tested application …

android localization lint