diff options
author | aurimas <aurimas@chromium.org> | 2014-10-20 15:22:43 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-20 22:23:27 +0000 |
commit | d1b316d5d0d00ce62b4d13dd7cda0e8930e55e09 (patch) | |
tree | 4ec781a37bfc949f17043d81b90bea8e49f5afd0 /third_party | |
parent | 263e86f88ffc1c8587a5d3141fbc5d6f0ca8519b (diff) | |
download | chromium_src-d1b316d5d0d00ce62b4d13dd7cda0e8930e55e09.zip chromium_src-d1b316d5d0d00ce62b4d13dd7cda0e8930e55e09.tar.gz chromium_src-d1b316d5d0d00ce62b4d13dd7cda0e8930e55e09.tar.bz2 |
Roll to Checkstyle 5.9 and enable Indentation check.
Release notes for Checkstyle 5.9
http://checkstyle.sourceforge.net/releasenotes.html
The most important part is all the fixes for Indentation check that allows
us to finally enable it for presubmit.
Also adding OWNERS file to checkstyle directory.
BUG=318404
TBR=yfriedman@chromium.org
Review URL: https://codereview.chromium.org/661153003
Cr-Commit-Position: refs/heads/master@{#300353}
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/checkstyle/README.chromium | 6 | ||||
-rw-r--r-- | third_party/checkstyle/checkstyle-5.8-all.jar | bin | 3471125 -> 0 bytes | |||
-rw-r--r-- | third_party/checkstyle/checkstyle-5.9-all.jar | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/third_party/checkstyle/README.chromium b/third_party/checkstyle/README.chromium index 89bc1d1..53a267c 100644 --- a/third_party/checkstyle/README.chromium +++ b/third_party/checkstyle/README.chromium @@ -2,7 +2,7 @@ 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.8 +Version: 5.9 License: LGPL 2.1 License File: LICENSE Security Critical: no @@ -17,9 +17,9 @@ Local Modifications: - checkstyle_checks.xml - import-control.xml - supressions.xml -- Removed jars already included in checkstyle-5.8-all.jar +- Removed jars already included in checkstyle-5.9-all.jar - antlr-2.7.7.jar - - checkstyle-5.8.jar + - checkstyle-5.9.jar - commons-beanutils-core-1.8.3.jar - commons-cli-1.2.jar - commons-logging-1.1.1.jar diff --git a/third_party/checkstyle/checkstyle-5.8-all.jar b/third_party/checkstyle/checkstyle-5.8-all.jar Binary files differdeleted file mode 100644 index abecb4c..0000000 --- a/third_party/checkstyle/checkstyle-5.8-all.jar +++ /dev/null diff --git a/third_party/checkstyle/checkstyle-5.9-all.jar b/third_party/checkstyle/checkstyle-5.9-all.jar new file mode 100644 index 0000000..4af1832 --- /dev/null +++ b/third_party/checkstyle/checkstyle-5.9-all.jar @@ -0,0 +1 @@ +None
\ No newline at end of file |