Update checkstyle to 8.10
- fix issues detected
- YANG custom registrator should be subject to checkstyle
- fix Java 8 syntax related violations
Change-Id: I0fc52c6612a40d851fd9bc3bf019621776b1f92a
diff --git a/lib/BUCK b/lib/BUCK
index 155d066..07fa1de 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,5 +1,4 @@
-# ***** This file was auto-generated at Wed, 16 May 2018 01:37:51 GMT. Do not edit this file manually. *****
-# ***** This file was auto-generated at Wed, 9 May 2018 07:17:00 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Fri, 18 May 2018 23:14:52 GMT. Do not edit this file manually. *****
# ***** Use onos-lib-gen *****
pass_thru_pom(
@@ -1189,10 +1188,10 @@
remote_jar (
name = 'checkstyle',
- out = 'checkstyle-6.19.jar',
- url = 'mvn:com.puppycrawl.tools:checkstyle:jar:6.19',
- sha1 = 'df5c3a46239d66c623922992a98080ae7f6cc932',
- maven_coords = 'com.puppycrawl.tools:checkstyle:jar:NON-OSGI:6.19',
+ out = 'checkstyle-8.10.jar',
+ url = 'mvn:com.puppycrawl.tools:checkstyle:jar:8.10',
+ sha1 = 'd7cd09c4d1240b3acc3041fcb47fd74ae351698b',
+ maven_coords = 'com.puppycrawl.tools:checkstyle:jar:NON-OSGI:8.10',
visibility = [ 'PUBLIC' ],
)