You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sandy 99da0f2c72 pl286 release code 4 years ago
..
config pl286 release code 4 years ago
gradle/wrapper pl286 release code 4 years ago
prebuilt pl286 release code 4 years ago
src/com/android/support/checkstyle pl286 release code 4 years ago
LICENSE pl286 release code 4 years ago
README pl286 release code 4 years ago
build.gradle pl286 release code 4 years ago
gradlew pl286 release code 4 years ago

README

Description:
Checkstyle is used by developers to validate Java code style before running
repo upload. This project implements Checkstyle checks specific to the Android
support library.

Projects used:
* Name: Checkstyle
Description: Checkstyle is a development tool to help programmers write Java
code that adheres to a coding standard.
URL: http://checkstyle.sourceforge.net/
Version: 6.12.1
License: LGPL 2.1
License File: LICENSE
Local Modifications:
- The only source file used here is MissingDeprecatedCheck, which was adapted
to create MissingRestrictToCheck.