diff --git a/error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/ErrorProneTestHelperSourceFormatCheck.java b/error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/ErrorProneTestHelperSourceFormatCheck.java index 94523bd1207..a8c0cfd741c 100644 --- a/error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/ErrorProneTestHelperSourceFormatCheck.java +++ b/error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/ErrorProneTestHelperSourceFormatCheck.java @@ -32,6 +32,9 @@ /** * A {@link BugChecker} which flags and corrects improperly formatted Error Prone test code. * + *
All test code should be formatted in accordance with Google Java Format's {@link Formatter} + * output, and imports should be ordered according to the {@link Style#GOOGLE Google} style. + * *
This checker inspects inline code passed to {@code * com.google.errorprone.CompilationTestHelper} and {@code * com.google.errorprone.BugCheckerRefactoringTestHelper}. It requires that this code is properly