-
Notifications
You must be signed in to change notification settings - Fork 377
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
Cleanup dependencies by moving rubocop to check group #4276
Conversation
Thank you for updating Change log entry section 👏 Visited at: 2025-01-10 14:40:11 UTC |
Datadog ReportBranch report: ✅ 0 Failed, 22130 Passed, 1472 Skipped, 5m 25.34s Total Time |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4276 +/- ##
==========================================
+ Coverage 97.70% 97.72% +0.01%
==========================================
Files 1354 1354
Lines 82418 82418
Branches 4220 4220
==========================================
+ Hits 80530 80543 +13
+ Misses 1888 1875 -13 ☔ View full report in Codecov by Sentry. |
What does this PR do?
Remove redundant dependencies required for appraisal groups.
Motivation:
Previous PR: #4198, allow us to shrink the size of Gemfile by moving default dependencies into check group, which is only used during specific situation. While those groups are used to introduce dependencies for testing integrations.
Change log entry
No