From 223a3934d368f2b9cbdb1c8f5ff8401d955325a7 Mon Sep 17 00:00:00 2001 From: Stephan Schroevers Date: Sun, 31 Jul 2022 12:08:21 +0200 Subject: [PATCH] Suggestion --- .../bugpatterns/ErrorProneTestHelperSourceFormatCheck.java | 3 +++ 1 file changed, 3 insertions(+) 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