-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[No QA] Add more files to eslint changed check exceptions list #54288
[No QA] Add more files to eslint changed check exceptions list #54288
Conversation
@paultsimura Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
@neil-marcellini @iwiznia Could you take a look please? |
So the plan is:
? |
Yes. I think each file should just be removed from the list in the corresponding PR where it's being fixed. |
@kirillzyusko Added |
@iwiznia, since Neil is mostly OOO this week – could you please help us with a merge here? |
ok done. I recommend you start working on those ASAP since the longer you wait the more likely it is you will need to fix new errors introduced by other people in these files. |
A couple of PRs are already in progress. |
Sure, we are actively working on it! Just some files (ex ReportUtils or IOU) have a lot of errors as they are pretty big and it takes some time to update them. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/iwiznia in version: 9.0.78-0 🚀
|
🚀 Deployed to staging by https://github.com/iwiznia in version: 9.0.78-0 🚀
|
2 similar comments
🚀 Deployed to staging by https://github.com/iwiznia in version: 9.0.78-0 🚀
|
🚀 Deployed to staging by https://github.com/iwiznia in version: 9.0.78-0 🚀
|
🚀 Deployed to staging by https://github.com/iwiznia in version: 9.0.78-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/iwiznia in version: 9.0.78-0 🚀
|
🚀 Deployed to staging by https://github.com/iwiznia in version: 9.0.78-0 🚀
|
Explanation of Change
There are several file on which different contributors complained on:
Some of them overlapping with other utils requiring a lot of changes, some causing jest tests failing after updates. So it will be better to update these files separately as well.
Fixed Issues
$ #50360
PROPOSAL: N/A
Tests
npm run lint-changed
, see that no error were reported.Offline tests
N/A
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.