-
Notifications
You must be signed in to change notification settings - Fork 90
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
Enhance Lint #277
Comments
Hey @chepsi. Willing to take this. Can I also implement spotless? |
@Raynafs Yes, you can work on this. I am pretty sure spotless is already implemented. You can check if that is the case. I have assigned the issue to you. |
Hi @chepsi after running ./gradlew ktlintCheck it builds successfully. Not sure if something changed |
@Raynafs What about the warnings? |
Do you mean the general warnings in different files of the project? @chepsi |
Hi @chepsi I am facing an issue with the ktlint format. I'm not sure if that's what you meant when dealing with this project. The checks fail in the ci even when they are passing locally. Is that what you meant? |
@Raynafs working on resolving it.. I'll let you know once ready. |
@Raynafs the CI is working properly now. |
Hi @chepsi. Thanks for this. |
Lint is complaining a lot. We need to update it and fix the warnings and errors.
running
./gradlew ktlintCheck
will highlight the issues and./gradlew ktlintFormat
will autofix some issues. we still might need to manually fix others.The text was updated successfully, but these errors were encountered: