internal change

PiperOrigin-RevId: 174211190
This commit is contained in:
A. Unique TensorFlower 2017-11-01 11:34:48 -07:00 committed by TensorFlower Gardener
parent 2118fcf626
commit 78041b1dd2

View File

@ -17,6 +17,7 @@ XLINT_OPTS = [
"-Xlint:all",
"-Xlint:-serial",
"-Xlint:-try",
"-Xlint:-classfile", # see b/32750402, go/javac-warnings#classfile
]
# The bazel errorprone plugin currently only enables default errorChecks