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

Unified 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: Rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/checkstyle/OWNERS ('k') | third_party/checkstyle/RIGHTS.antlr » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/checkstyle/README.chromium
diff --git a/third_party/checkstyle/README.chromium b/third_party/checkstyle/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..fcc21de98a3741b15cc06d1b7651265b6bc1ca11
--- /dev/null
+++ b/third_party/checkstyle/README.chromium
@@ -0,0 +1,26 @@
+Name: Checkstyle is a development tool to help programmers write Java code that
+ adheres to a coding standard.
+Short Name: checkstyle
+URL: http://checkstyle.sourceforge.net/
+Version: 5.7
+License: LGPL 2.1
+License File: LICENSE
+Security Critical: no
+
+Description:
+Checkstyle is used to validate Java code style on Chromium PRESUBMIT step.
+
+Local Modifications:
+- Removed contrib/ and site/ directories that contained examples of how to write
+ new checkstyle modules.
+- Removed xml files used for Eclipse setup when building new checkstyle modules.
+ - checkstyle_checks.xml
+ - import-control.xml
+ - supressions.xml
+- Removed jars already included in checkstyle-5.7-all.jar
+ - antlr-2.7.7.jar
+ - checkstyle-5.7.jar
+ - commons-beanutils-core-1.8.3.jar
+ - commons-cli-1.2.jar
+ - commons-logging-1.1.1.jar
+ - guava-jdk5-14.0.1.jar
« no previous file with comments | « third_party/checkstyle/OWNERS ('k') | third_party/checkstyle/RIGHTS.antlr » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698