910e62b5创建于 1月15日历史提交
Name: Checkstyle
Short Name: checkstyle
URL: https://github.com/checkstyle/checkstyle
Version: 10.12.1
Revision: 3a4df8dfe26b99fba36b09cbf19ad994251cccff
Update Mechanism: Manual
License: LGPL-2.1
License File: LICENSE.apache20, LICENSE
Security Critical: no
Shipped: no

Description:
Checkstyle is used to validate Java code style on Chromium PRESUBMIT step.
See //tools/android/checkstyle.

Local Modifications:
None

Update instructions (requires @google.com account):
- Find latest version available via https://ci.chromium.org/ui/p/chromium/builders/ci/3pp-linux-amd64-packager
- Update DEPS and the version in this README.chromium.
- Run gclient sync and verify locally that checkstyle works:
  1) Modify a Java file and including it in the patch
  2) Run "git cl presubmit"
  3) Revert the Java file change