-
Notifications
You must be signed in to change notification settings - Fork 26
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
build: Audit and update lint rules for Gazebo #3508
base: main
Are you sure you want to change the base?
build: Audit and update lint rules for Gazebo #3508
Conversation
Bundle ReportChanges will increase total bundle size by 826 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Bundle ReportChanges will increase total bundle size by 826 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #3508 +/- ##
==========================================
- Coverage 98.93% 98.92% -0.01%
==========================================
Files 806 806
Lines 14369 14372 +3
Branches 4077 4086 +9
==========================================
+ Hits 14216 14218 +2
- Misses 146 147 +1
Partials 7 7
... and 2 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3508 +/- ##
==========================================
- Coverage 98.93% 98.92% -0.01%
==========================================
Files 806 806
Lines 14369 14372 +3
Branches 4077 4079 +2
==========================================
+ Hits 14216 14218 +2
- Misses 146 147 +1
Partials 7 7
... and 2 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3508 +/- ##
==========================================
- Coverage 98.93% 98.92% -0.01%
==========================================
Files 806 806
Lines 14369 14372 +3
Branches 4077 4086 +9
==========================================
+ Hits 14216 14218 +2
- Misses 146 147 +1
Partials 7 7
... and 2 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
🚨 Try these New Features:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3508 +/- ##
===========================================
- Coverage 98.93% 86.20% -12.73%
===========================================
Files 806 806
Lines 14369 14369
Branches 4084 4077 -7
===========================================
- Hits 14216 12387 -1829
- Misses 146 1740 +1594
- Partials 7 242 +235 see 97 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Description
This PR removes
react-scripts
from Gazebo, while updating the local eslint config to match that ofreact-scripts
so that we're able to fully remove it and it's extra deps. This PR also updates some of the already used eslint packages while I was at it.Ticket: codecov/engineering-team#2124
Notable Changes
react-scripts
_
(underscore) now to ignore unused varscreate-react-app
preset (since we removedreact-scripts
this is no longer needed)