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 5629dff5f1 PL280 release code 4 years ago
..
gitlint PL280 release code 4 years ago
LICENSE PL280 release code 4 years ago
OWNERS PL280 release code 4 years ago
PREUPLOAD.cfg PL280 release code 4 years ago
README PL280 release code 4 years ago
android-style.xml PL280 release code 4 years ago
checkstyle.jar PL280 release code 4 years ago
checkstyle.py PL280 release code 4 years ago
default-copyright-check.xml PL280 release code 4 years ago
default-javadoc-checks.xml PL280 release code 4 years ago
default-module-checks.xml PL280 release code 4 years ago
default-treewalker-checks.xml PL280 release code 4 years ago
tests.py PL280 release code 4 years ago

README

Description:
Checkstyle is used by developers to validate Java code style before running repo upload.

It can be invoked in two ways.
1. To check style of entire specific files:
checkstyle.py -f FILE [FILE ...]
2. To check style of the lines modified in the latest commit:
checkstyle.py

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: 7.4-SNAPSHOT
License: LGPL 2.1
License File: LICENSE
Source git repo: https://android.googlesource.com/platform/external/checkstyle

* Name: Git-Lint
Description: Git-lint is a tool to run lint checks on only files changed in
the latest commit.
URL: https://github.com/sk-/git-lint/
Version: 0.0.8
License: Apache 2.0
License File: gitlint/LICENSE
Local Modifications:
- Downloaded gitlint/git.py and git/utils.py files individually.