Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.gitignore | 06-Dec-2017 | 6 | |
android-style.xml | 06-Dec-2017 | 1.2K | |
checkstyle.jar | 06-Dec-2017 | 6M | |
checkstyle.py | 06-Dec-2017 | 12.4K | |
default-copyright-check.xml | 06-Dec-2017 | 1.6K | |
default-javadoc-checks.xml | 06-Dec-2017 | 1.4K | |
default-module-checks.xml | 06-Dec-2017 | 1.5K | |
default-treewalker-checks.xml | 06-Dec-2017 | 9.2K | |
gitlint/ | 06-Dec-2017 | ||
LICENSE | 06-Dec-2017 | 25.9K | |
OWNERS | 06-Dec-2017 | 55 | |
PREUPLOAD.cfg | 06-Dec-2017 | 48 | |
README | 06-Dec-2017 | 978 | |
tests.py | 06-Dec-2017 | 6.2K |
1 Description: 2 Checkstyle is used by developers to validate Java code style before running repo upload. 3 4 It can be invoked in two ways. 5 1. To check style of entire specific files: 6 checkstyle.py -f FILE [FILE ...] 7 2. To check style of the lines modified in the latest commit: 8 checkstyle.py 9 10 Projects used: 11 * Name: Checkstyle 12 Description: Checkstyle is a development tool to help programmers write Java code that 13 adheres to a coding standard. 14 URL: http://checkstyle.sourceforge.net/ 15 Version: 7.4-SNAPSHOT 16 License: LGPL 2.1 17 License File: LICENSE 18 Source git repo: https://android.googlesource.com/platform/external/checkstyle 19 20 * Name: Git-Lint 21 Description: Git-lint is a tool to run lint checks on only files changed in 22 the latest commit. 23 URL: https://github.com/sk-/git-lint/ 24 Version: 0.0.8 25 License: Apache 2.0 26 License File: gitlint/LICENSE 27 Local Modifications: 28 - Downloaded gitlint/git.py and git/utils.py files individually. 29