-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add org.junit.openrewrite.SanityCheck
#5193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
gradle/plugins/common/src/main/kotlin/junitbuild.rewrite-conventions.gradle.kts
Show resolved
Hide resolved
2630106 to
bc5d7ff
Compare
bc5d7ff to
cc25b56
Compare
jupiter-tests/src/test/java/org/junit/jupiter/engine/TestClassInheritanceTests.java
Outdated
Show resolved
Hide resolved
a32c1ec to
8429a08
Compare
df3ca59 to
7b1dced
Compare
junit5.CleanupAssertionsJupiterBestPractices
7b1dced to
90e9799
Compare
...rm-tooling-support-tests/src/test/java/platform/tooling/support/tests/ToolProviderTests.java
Show resolved
Hide resolved
90e9799 to
fd77fdf
Compare
JupiterBestPracticesJupiterBestPractices
fd77fdf to
c0dc000
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
c0dc000 to
2ef0570
Compare
JupiterBestPracticesorg.junit.openrewrite.SanityCheck
✅ All tests passed ✅🏷️ Commit: 4c1138f |
org.junit.openrewrite.SanityCheckorg.junit.openrewrite.SanityCheck 🕊
5ead7f7 to
b33ddf8
Compare
| tasks.check { | ||
| dependsOn(tasks.withType<Checkstyle>()) | ||
| } | ||
| //tasks.check { // assuming spotless does the job already, checkstyle is first dedicated redundancy layer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assuming spotless does the job already, considering checkstyle as first dedicated redundancy layer.
| } | ||
|
|
||
| tasks.check { | ||
| dependsOn(archUnit) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
considering this hopefully so rare, running this only "once" in CI.
b33ddf8 to
a155d8b
Compare
a155d8b to
9da952e
Compare
org.junit.openrewrite.SanityCheck 🕊org.junit.openrewrite.SanityCheck
enabler for: - https://docs.openrewrite.org/recipes/java/testing/junit/jupiterbestpractices Signed-off-by: Vincent Potucek <vpotucek@me.com>
9da952e to
4c1138f
Compare

Add
org.junit.openrewrite.SanityCheckenabler for:
related to:
error-prone.picnic.tech/bugpatterns/NonStaticImport#5191SanityCheckfeaturingCommonStaticAnalysisdiffplug/spotless#2651UpgradeToJava17diffplug/spotless#2636I hereby agree to the terms of the JUnit Contributor License Agreement.
Definition of Done
@APIannotations