Remove PackageLocation check

This commit is contained in:
Zack Shoylev 2016-10-26 16:37:07 -05:00
parent dff16876ee
commit af09f3a5ab
1 changed files with 2 additions and 1 deletions

View File

@ -807,7 +807,8 @@
<compilerArg>-Xep:NonCanonicalStaticImport:ERROR</compilerArg>
<compilerArg>-Xep:NonFinalCompileTimeConstant:ERROR</compilerArg>
<compilerArg>-Xep:Overrides:ERROR</compilerArg>
<compilerArg>-Xep:PackageLocation:ERROR</compilerArg>
<!-- Disabled because of internal error on Windows with 2.0.5, see https://github.com/google/error-prone/issues/432 -->
<!-- <compilerArg>-Xep:PackageLocation:WARNING</compilerArg> -->
<compilerArg>-Xep:PreconditionsCheckNotNull:ERROR</compilerArg>
<compilerArg>-Xep:PreconditionsCheckNotNullPrimitive:ERROR</compilerArg>
<compilerArg>-Xep:ProtoFieldNullComparison:ERROR</compilerArg>