Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: third_party/checkstyle/README.chromium

Issue 451313002: Add and start using Checkstyle 5.7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Name: Checkstyle is a development tool to help programmers write Java code that
2 adheres to a coding standard.
3 Short Name: checkstyle
4 URL: http://checkstyle.sourceforge.net/
5 Version: 5.7
6 License: LGPL 2.1
7 License File: LICENSE
8 Security Critical: no
9
10 Description:
11 Checkstyle is used to validate Java code style on Chromium PRESUBMIT step.
12
13 Local Modifications:
14 - Removed contrib/ and site/ directories that contained examples of how to write
15 new checkstyle modules.
16 - Removed jars already included in checkstyle-5.7-all.jar
17 - antlr-2.7.7.jar
18 - checkstyle-5.7.jar
19 - commons-beanutils-core-1.8.3.jar
20 - commons-cli-1.2.jar
21 - commons-logging-1.1.1.jar
22 - guava-jdk5-14.0.1.jar
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698