Skip to content

Commit 553458e

Browse files
Pankraz76Vincent Potucek
andauthored
Disable LexicographicalAnnotationAttributeListing (#5043)
Co-authored-by: Vincent Potucek <[email protected]>
1 parent 67b10eb commit 553458e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/plugins/common/src/main/kotlin/junitbuild.java-nullability-conventions.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ tasks.withType<JavaCompile>().configureEach {
3838
"UnnecessaryLambda", // The findings of this check are subjective because a named constant can be more readable in many cases.
3939
// picnic (https://error-prone.picnic.tech)
4040
"ConstantNaming",
41-
"DirectReturn", // https://github.com/junit-team/junit-framework/pull/5006#discussion_r2403984446
41+
"DirectReturn", // We don`t want to use this: https://github.com/junit-team/junit-framework/pull/5006#discussion_r2403984446
4242
"FormatStringConcatenation",
4343
"IdentityConversion",
44-
"LexicographicalAnnotationAttributeListing",
44+
"LexicographicalAnnotationAttributeListing", // We don`t want to use this: https://github.com/junit-team/junit-framework/pull/5043#pullrequestreview-3330615838
4545
"LexicographicalAnnotationListing",
4646
"MissingTestCall",
4747
"NestedOptionals",

0 commit comments

Comments
 (0)