Home | History | Annotate | only in /frameworks/support/development/checkstyle
Up to higher level directory
NameDateSize
.gitignore05-Oct-20176
build.gradle05-Oct-2017581
config/05-Oct-2017
gradle/05-Oct-2017
gradlew05-Oct-20174.9K
LICENSE05-Oct-201725.8K
prebuilt/05-Oct-2017
README05-Oct-2017599
src/05-Oct-2017

README

      1 Description:
      2 Checkstyle is used by developers to validate Java code style before running
      3 repo upload. This project implements Checkstyle checks specific to the Android
      4 support library.
      5 
      6 Projects used:
      7 * Name: Checkstyle
      8   Description: Checkstyle is a development tool to help programmers write Java
      9                code that adheres to a coding standard.
     10   URL: http://checkstyle.sourceforge.net/
     11   Version: 6.12.1
     12   License: LGPL 2.1
     13   License File: LICENSE
     14   Local Modifications:
     15   - The only source file used here is MissingDeprecatedCheck, which was adapted
     16     to create MissingRestrictToCheck.
     17