Enable error level for the TruthAssertExpected bug pattern in ErrorProne
Fix the current issues so that the build continues to work.
These issues were:
"The actual and expected values appear to be swapped, which results in
poor assertion failure messages. The actual value should come first."
Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I56e9b081064f3206efa7872e5536ba2722f8dd15
diff --git a/tools/BUILD b/tools/BUILD
index 1bace53..5af4dae 100644
--- a/tools/BUILD
+++ b/tools/BUILD
@@ -418,7 +418,7 @@
"-Xep:TimeUnitConversionChecker:ERROR",
"-Xep:ToStringReturnsNull:ERROR",
"-Xep:TreeToString:ERROR",
- # "-Xep:TruthAssertExpected:WARN",
+ "-Xep:TruthAssertExpected:ERROR",
"-Xep:TruthConstantAsserts:ERROR",
"-Xep:TruthGetOrDefault:ERROR",
"-Xep:TruthIncompatibleType:ERROR",