Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
config/ | 22-Nov-2023 | - | 47 | 26 | ||
gradle/wrapper/ | 22-Nov-2023 | - | 7 | 6 | ||
prebuilt/ | 22-Nov-2023 | - | ||||
src/com/android/support/checkstyle/ | 22-Nov-2023 | - | 293 | 148 | ||
.gitignore | D | 22-Nov-2023 | 6 | 1 | 1 | |
LICENSE | D | 22-Nov-2023 | 25.8 KiB | 503 | 418 | |
README | D | 22-Nov-2023 | 599 | 17 | 15 | |
build.gradle | D | 22-Nov-2023 | 399 | 21 | 16 | |
gradlew | D | 22-Nov-2023 | 4.9 KiB | 161 | 120 |
README
1Description: 2Checkstyle is used by developers to validate Java code style before running 3repo upload. This project implements Checkstyle checks specific to the Android 4support library. 5 6Projects 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