-
Notifications
You must be signed in to change notification settings - Fork 667
Enable import order eslint rule and fix related lint errors #9120
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
Enable import order eslint rule and fix related lint errors #9120
Conversation
andrewballantyne
left a comment
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.
Looking good. Few questions inquires to spark conversation.
...end/packages/console-app/src/components/cloud-shell/__tests__/useCloudShellAvailable.spec.ts
Outdated
Show resolved
Hide resolved
frontend/packages/dev-console/src/components/import/image-search/ImageStreamNsDropdown.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/eslint-plugin-console/lib/config/rules/airbnb-base-overrides.js
Outdated
Show resolved
Hide resolved
frontend/packages/kubevirt-plugin/src/components/modals/menu-actions-modals/utils.ts
Outdated
Show resolved
Hide resolved
|
cc @spadgett @TheRealJon FYI - it was disabled in #3747 |
0dfcf68 to
caf2821
Compare
26e893a to
785c42e
Compare
785c42e to
33bd233
Compare
b83d85a to
e1cad93
Compare
e1cad93 to
b8f18e0
Compare
|
verified the changes in bot and work as expected |
b8f18e0 to
5a45666
Compare
|
/hold We are going to wait for the 4.9 master to open as the PR is huge and touches almost all files in console. It would be safer to get this merged next week. |
560fa05 to
f0f1bff
Compare
|
/hold cancel The PR is ready to be merged now that 4.9 master is open. |
|
/lgtm |
|
/retest |
|
@rohitkrai03 Looks like there is another lint --fix you need to run. Sorts are out aligned on a couple files. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
f0f1bff to
4752e4c
Compare
@andrewballantyne Done. |
|
/lgtm |
4752e4c to
68f58f2
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andrewballantyne, rohitkrai03 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test e2e-gcp-console |
Fixes: https://issues.redhat.com/browse/ODC-3670
Analysis / Root cause: During ESLint upgrade we disabled
import/ordereslint rule due to some issues.Solution Description: Enable
import/ordereslint rule and fix all the lint errors.Screen shots / Gifs for design review: No UI change.
Unit test coverage report: No changes in tests. All tests are passing.
Browser conformance: