-
-
Notifications
You must be signed in to change notification settings - Fork 464
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
Migrate HelpFragment
to jetpack.
#4159
Comments
Hello, i would like to take this issue and migrate the help fragment to jetpack compose screen . you can assign this issue to me. |
@jackq97 Thanks for showing the interest. @SOUMEN-PAL requested to start working on this issue, @SOUMEN-PAL can you please confirm are you working on this issue? |
Yes I am working on the problem. |
@SOUMEN-PAL Thanks for confirming, I have assigned the issue to you. Please make a PR when you are done.
Is it required somewhere? Do if it is necessary for now, we will remove them once we migrate all the things in jetpack. |
Hello @MohitMaliFtechiz Task.mp4I just have a question about the linter which is needed during commit, do I need to manually adhere to all the things or is there any automatic solution. |
@SOUMEN-PAL Thanks for the update.
You have to fix those lint issues. There are some automatic solutions, like formatting and removing unused imports. But apart from this, you have to manually fix other lint problems. |
@MohitMaliFtechiz The Migration is done completely here is the video below. I am having problem with rules in Lint as compossable functions has a naming convention starting with capital Letters and the rules in lint says it has to be small. (commit with --no-verify is possible but i need permission should I do that?) MigrationHelp.mp4and here is the example of the kind of Lint Errors I am getting:- FunctionNaming - [Function names should match the pattern: ^([a-z$][a-zA-Z$0-9])|( |
…with lint checks off
…wixHelpFragment in app module to run Compossables, with addition of Jetpack compose compatibility in gradel app/core
@SOUMEN-PAL These are the detekt issue since the project is now starting supporting the compose so the detekt rules were not configured according to compose. Here is the doc of detekt https://detekt.dev/docs/introduction/compose/ how we can configure rules of detekt for compose. |
@MohitMaliFtechiz We will need to update the detekt configuration file to support composable functions , by changing rules for functions to support naming conventions for composable functions and ignoring annotation for Composable. There are other parameters as well. i can do that to add support for jetpack compose. |
@MohitMaliFtechiz I've made the changes and made a pr you can check it. |
Parent Issue #2669
The text was updated successfully, but these errors were encountered: