droidconKE / droidconKeKotlin

dcke 23
92 stars 83 forks source link

Enhance Lint #277

Open chepsi opened 1 month ago

chepsi commented 1 month ago

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.

Raynafs commented 1 month ago

Hey @chepsi. Willing to take this. Can I also implement spotless?

chepsi commented 1 month ago

@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.

Raynafs commented 1 month ago

Hi @chepsi after running ./gradlew ktlintCheck it builds successfully. Not sure if something changed

chepsi commented 1 week ago

@Raynafs What about the warnings?