Skip to content

winterDroid/droidcon_nyc

Repository files navigation

This is a template project which shows how to include custom Lint and Checkstyle checks into your Gradle based Android project. You can execute your Lint checks with:

./gradlew lint

The Checkstyle checks can be executed with:

./gradlew checkstyle

Besides that it shows how to write tests for the custom checks. You can execute our custom test with:

./gradlew :lintrules:cleanTest :lintrules:test --tests de.mprengemann.customlint.lintrules.issues.WrongTimberUsageTest

You can find the information about the talk here: http://droidcon.nyc/2015/dcnyc/25/

About

Sample project for my talk at the droidcon NYC 2015: http://droidcon.nyc/2015/dcnyc/25/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages