Closed oguzsout closed 1 month ago
Fix the CI and I'll review, in the meantime let our contributors review 🙏
you want me to do a reformat for detekt? When I do this, more than 200 files appear :) Even if I edit where I made the changes it still gives error.
Fix the CI and I'll review, in the meantime let our contributors review 🙏
you want me to do a reformat for detekt? When I do this, more than 200 files appear :) Even if I edit where I made the changes it still gives error.
Read this https://github.com/Ivy-Apps/ivy-wallet/blob/main/docs/CI-Troubleshooting.md It shouldn't be 200 errors, only errors in the files that you've changed. You can suppress them or if that's too hard add a baseline (the Gradle task might be broken)
Fix the CI and I'll review, in the meantime let our contributors review 🙏
you want me to do a reformat for detekt? When I do this, more than 200 files appear :) Even if I edit where I made the changes it still gives error.
@oguzsout I can fix the detekt issues if you want.
Fix the CI and I'll review, in the meantime let our contributors review 🙏
you want me to do a reformat for detekt? When I do this, more than 200 files appear :) Even if I edit where I made the changes it still gives error.
Read this https://github.com/Ivy-Apps/ivy-wallet/blob/main/docs/CI-Troubleshooting.md It shouldn't be 200 errors, only errors in the files that you've changed. You can suppress them or if that's too hard add a baseline (the Gradle task might be broken)
Yes, I forgot to check here, I will review it again and make the change 🙏
Fix the CI and I'll review, in the meantime let our contributors review 🙏
you want me to do a reformat for detekt? When I do this, more than 200 files appear :) Even if I edit where I made the changes it still gives error.
@oguzsout I can fix the detekt issues if you want.
Thank you very much @shamim-emon , I'm on it now. I'll write to you if I get stuck 🙃
⚠️ Hey @oguzsout, this issue is not approved, yet. @ILIYANGERMANOV must approve it first.
Also, make sure to read our Contribution Guidelines.
Since the number of lines of the onCreate method exceeds the restriction specified in rule Detekt, I created the setupApp function. I opened and tested the App and it did not cause any problems. @ILIYANGERMANOV @shamim-emon
Since the number of lines of the onCreate method exceeds the restriction specified in rule Detekt, I created the setupApp function. I opened and tested the App and it did not cause any problems. @ILIYANGERMANOV @shamim-emon
Sounds good. If the Detekt error is in legacy code, feel free to suppres using an annotation
@oguzsout your PR description is missing the section where you have to mention which issue is this PR closing. For reference adding a screenshot below
Actually, I opened this pr for the following issue
@oguzsout your PR description is missing the section where you have to mention which issue is this PR closing. For reference adding a screenshot below
Actually, I opened this pr for the following issue
Yeah and you have to add the issue in PR description like how I had added in provided screenshot.
@oguzsout the issue that you're working on isn't assigned to you. Did you read the contributor guidelines? Lucky for you the assignee haven't completed it in 3 weeks
@oguzsout read the Contribution Guidelines and assign it to yourself
To fix the PR description check you need to push a commit unfortunately
@oguzsout the issue that you're working on isn't assigned to you. Did you read the contributor guidelines? Lucky for you the assignee haven't completed it in 3 weeks
Since that person didn't do it, I wanted to do it, but I couldn't take it upon myself.
@oguzsout the issue that you're working on isn't assigned to you. Did you read the contributor guidelines? Lucky for you the assignee haven't completed it in 3 weeks
Since that person didn't do it, I wanted to do it, but I couldn't take it upon myself.
In that case, you need to ping me to unassign and then you can take it. We should probably add CI automation for unassigning, as well
Pull request (PR) checklist
Please check if your pull request fulfills the following requirements:
Description
What's changed?
Risk factors
...
Does this PR close any GitHub issues? (do not delete)
Troubleshooting GitHub Actions (CI) failures ❌
Pull request checks failing? Read our CI Troubleshooting guide.