Use rootProject.createCheckTypeTask()#7805
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis pull request reformats several Changes
Related issues: None specified. Related PRs: None specified. Suggested labels: build, gradle Suggested reviewers: None specified. 🐰 A gradle file gets a tidy sweep, 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@CodeRabbit review |
✅ Action performedReview finished.
|
…ate-check-type-task
| // These pass and are run by the `typecheck` task. | ||
| // When you add one here, also update a dependsOn item for the "typecheck" task. | ||
| createCheckTypeTask(project.name, "Formatter", | ||
| rootProject.createCheckTypeTask(project.name, "Formatter", |
There was a problem hiding this comment.
This is the rootProject, so why is this needed?
No description provided.