Skip to content

Commit

Permalink
Disable FutureReturnValueIgnored in open source
Browse files Browse the repository at this point in the history
MOE_MIGRATED_REVID=152722641
  • Loading branch information
cushon committed Apr 10, 2017
1 parent db8dfe0 commit b10649e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ public static ScannerSupplier errorChecks() {
FormatStringAnnotationChecker.class,
FunctionalInterfaceMethodChanged.class,
FuturesGetCheckedIllegalExceptionType.class,
FutureReturnValueIgnored.class,
GetClassOnAnnotation.class,
GetClassOnClass.class,
GuardedByChecker.class,
Expand Down Expand Up @@ -442,6 +441,7 @@ public static ScannerSupplier errorChecks() {
EmptySetMultibindingContributions.class,
EmptyTopLevelDeclaration.class,
ExpectedExceptionChecker.class,
FutureReturnValueIgnored.class, // TODO(b/35766780): make this a warning
HardCodedSdCardPath.class,
InjectedConstructorAnnotations.class,
InsecureCipherMode.class,
Expand Down

0 comments on commit b10649e

Please sign in to comment.