Skip to content

Commit

Permalink
Un-opensource RestrictToEnforcer.
Browse files Browse the repository at this point in the history
Fixes #812

RELNOTES: Make RestrictToEnforcer internal-only.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=225617145
  • Loading branch information
eaftan authored and ronshapiro committed Dec 18, 2018
1 parent c348a4b commit ad30f1c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 592 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@
import com.google.errorprone.bugpatterns.android.MislabeledAndroidString;
import com.google.errorprone.bugpatterns.android.ParcelableCreator;
import com.google.errorprone.bugpatterns.android.RectIntersectReturnValueIgnored;
import com.google.errorprone.bugpatterns.android.RestrictToEnforcer;
import com.google.errorprone.bugpatterns.android.StaticOrDefaultInterfaceMethod;
import com.google.errorprone.bugpatterns.android.WakelockReleasedDangerously;
import com.google.errorprone.bugpatterns.apidiff.AndroidJdkLibsChecker;
Expand Down Expand Up @@ -776,7 +775,6 @@ public static ScannerSupplier errorChecks() {
QualifierWithTypeUse.class,
RedundantThrows.class,
RemoveUnusedImports.class,
RestrictToEnforcer.class,
ReturnMissingNullable.class,
ScopeAnnotationOnInterfaceOrAbstractClass.class,
ScopeOnModule.class,
Expand Down

This file was deleted.

Loading

0 comments on commit ad30f1c

Please sign in to comment.