-
Notifications
You must be signed in to change notification settings - Fork 736
Delete account 2nd and 3rd confirmation #2641
Delete account 2nd and 3rd confirmation #2641
Conversation
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.
LGTM! Seems like it's the same code as the other PR
it is the exact same code with a little bit of enhancement |
I am not sure why Detekt fails |
Run
and commit the generated baseline file |
It fails with valid errors but they are caused by the shitty legacy code so it's not your changes. |
Just for reference:
To run Detekt locally run:
|
This is what i got when i run
|
this is the simplest way to solve the Detekt problem, |
why does git rebase from my current branch to origin/master shows all files changed? |
I just pressed "Update branch" in the GitHub UI. @mohammednawas8 just abort any rebases and just git pull |
Btw, rebasing via the GitHub UI is very easy |
Im doing via Android Studio, i will try the github ui |
Idk, I don't use this UI. Now you need:
And you're good to go 👍 |
The final step would be to add a Detekt baseline.
|
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.
LGTM! Thank you for going through all rebasing and CI trouble 🏆 💯 Sorry, for the bad experience- - thanks to you, we made some Lint checks better
You'll need to add Lint baseline, run:
run the above until Lint turns green locally. The commit all the baselines XMLs generated by Lint. |
and when i run |
Try:
and then write
there must be changed baseline files |
that's weird i did clean the project and run |
Weird 🤔 Maybe the Lint configuration is somehow broken - it worked on my machine. Would it be easier just to fix the Lint errors reported in this HTML at the bottom? There are 4 of them |
Btw, the baseline files are many because each module has its own baseline |
Hey @mohammednawas8 I got good news for you! Update your branch using the GitHub "Update branch" button. After you pull the update you'll have:
that will solve your Lint problems |
Hey, i have been a little busy |
Hey things seems good, just run:
And this should create a new lintBaseline. To do that manually:
|
Finally 🎉 |
Congrats @mohammednawas8!! 🎉 And thank you for your patience :D Thanks to you, I'll try to improve the CI for future contributions |
Pull Request (PR) Checklist
Please check if your pull request fulfills the following requirements:
main
branch.What's changed?
Describe with a few bullets what's new:
💡 Tip: Please, attach screenshots and screen recordings. It helps a lot!
Risk Factors
What may go wrong if we merge your PR?
In what cases your code won't work?
Does this PR closes any GitHub Issues?
Check Ivy Wallet Issues.
Replace
{ISSUE_NUMBER}
with the id/number of the issue that you've fixed.