android-custom-lint-rules icon indicating copy to clipboard operation
android-custom-lint-rules copied to clipboard

This sample demonstrates how to create a custom lint checks and corresponding lint tests

Results 24 android-custom-lint-rules issues
Sort by recently updated
recently updated
newest added

I used android-studio-3 folder. And I found lint issue on IDE. But when I ran ./gradlew lint, below logs are shown. Issues that I saw on IDE are not included...

I updated the current sample for AS3 to override the newly required "getApi()" method in the IssueRegistry. AAR produced by the ":library" is included locally into dev project. When running...

When I upgrade Android Studio 3.4 and gradle 3.4.0 , lint api 26.4.0 it can't work fine,throw error unknown issue id but,Android Studio 3.3.2、gradle 3.3.2 and lint api 26.2.0 ,it's...

Hello guys, I compile your code and and copy checks.jar to ~/.android/lint It works in your project but I cannot see your lint in any other projects ... Could you...

In the lint html report. It is OK. But int Android Studio Chinese characters are not displayed properly.

I have project, in that properties files are taken from assets folder. But when I wrote a custom lint to validate the values in properties files, it is not showing...

place `compile files("${System.properties['java.home']}/../lib/tools.jar")` also not working. change `sourceCompatibility = 1.8` still not working. using JDK 8, Windows, Android studio 2.1.2

I didnt find an answer for the question in the doc (https://googlesamples.github.io/android-custom-lint-rules/) I want to check that variable is nullable type. For example: an fun for `UVariable`: ``` fun isNullable(uVariable:...

# Overview The previous code had an unnecessary token in the sample code. This caused errors in the sample code. # Changes - Removed unnecessary tokens `)`

The local checks are enabled with lintChecks command.