Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
LICENSE.apache20 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
RIGHTS.antlr 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
cipd.yaml 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
java.header 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

Name: Checkstyle is a development tool to help programmers write Java code that
adheres to a coding standard.
Short Name: checkstyle
URL: https://github.com/checkstyle/checkstyle
Version: 8.15
CPEPrefix: cpe:/a:checkstyle:checkstyle:8.15
License: LGPL 2.1
License File: NOT_SHIPPED
Security Critical: no

Description:
Checkstyle is used to validate Java code style on Chromium PRESUBMIT step.

Local Modifications:
None

Update instructions (requires @google.com account):
- Download fat jar from https://github.com/checkstyle/checkstyle/releases/
- Rename the file to checkstyle-all.jar
- Verify locally that checkstyle works
- Follow the comments in cipd.yaml to upload the new version
- Update the version in this file
- Before submitting the change, verify presubmit works fine by:
1) modifying a Java file and including it in the patch
2) running the chromium_presubmit trybot in the CQ on the patch
3) reverting the Java file change