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.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| config | 4 years ago | |
| gradle/wrapper | 4 years ago | |
| prebuilt | 4 years ago | |
| src/com/android/support/checkstyle | 4 years ago | |
| LICENSE | 4 years ago | |
| README | 4 years ago | |
| build.gradle | 4 years ago | |
| gradlew | 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.