grpc-java/protobuf-lite
Eric Anderson 1fb72ef6c1 Ignore proto-generated code for ErrorProne
Previously if protobuf-generated code triggered ErrorProne we'd have to disable
the failing check for all code in that task. With -XepExcludedPaths we can
disable the ErrorProne-checking just for protobuf. Note that we continue using
ErrorProne on our generated code. Also note this only applies to ErrorProne
checks; JDK checks still require task-level disabling.
2018-03-09 11:19:20 -08:00
..
src protobuf-lite: should not have dependency on core_internal 2018-01-04 14:00:25 -08:00
BUILD.bazel bazel: Remove com_google_protobuf_java 2018-01-09 11:02:03 -08:00
build.gradle Ignore proto-generated code for ErrorProne 2018-03-09 11:19:20 -08:00