-
Notifications
You must be signed in to change notification settings - Fork 530
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
Resolve eslinting errors #2654
base: main
Are you sure you want to change the base?
Resolve eslinting errors #2654
Conversation
Signed-off-by: Mend Renovate <[email protected]>
Signed-off-by: cs-308-2023 <[email protected]>
|
Signed-off-by: cs-308-2023 <[email protected]>
Signed-off-by: cs-308-2023 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2654 +/- ##
=======================================
Coverage 96.62% 96.62%
=======================================
Files 255 255
Lines 7726 7726
Branches 2011 1939 -72
=======================================
Hits 7465 7465
Misses 261 261 ☔ View full report in Codecov by Sentry. |
Signed-off-by: cs-308-2023 <[email protected]>
4f0a259
to
9cf74f3
Compare
@yurishkuro I am getting the following error: I am thinking to remove all the shown dependencies. Shall I go ahead with it? |
Something tells me you broke something in the build if these are reported as unused. Maybe some renamed files are no longer being considered by the depcheck. Overall I am not comfortable with the level of the changes here. I would like to see written motivation (e.g. a separate issue) for different/independent changes, and have them in isolated PRs where they can be independently validated, not bundled together along with the upgrade. |
Okay. I'll revert the changes and try to debug.
In this PR, there are many types of changes:
So, as far as I can see, these 3 are the isolated pr's that have to be added.
Change 1 cannot be independently validated because |
I was not referring to compile phases as differences but to the actual code changes. For instance, renaming something to .mjs is a certain type of change that has specific purpose and can be done without any eslint upgrades. Same for replacing require with imports. Just do them incrementally while maintaining green CI. |
Got it. I will create another pr then. It will have the commits in incremental manner. I will try to document the changes. |
Which problem is this PR solving?
Resolves #2653
Description of the changes
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test