This PR adds support for Detekt as discussed on issue #11
The rule add here are the default ones with some tweaks for Jetpack Compose.
Such function naming, complexity, compose annotations and Twitter Comose Rules
โ Checklist
[x] My pull request adheres to the code style of this project
[x] My code requires changes to the documentation
[x] I have updated the documentation as required
[ ] All the tests have passed
๐งช How can this PR been tested?
Run ./gradlew detekt to run Detekt for the entire project
Run ./gradlew module:detekt to run Detekt on a specific module
๐งพ Tasks Remaining: (List of tasks remaining to be implemented)
Running the check for the whole project and fixing all the issues highlighted by Detekt. This should be done on a new PR after this has been merged.
๐ What does this PR do?
This PR adds support for Detekt as discussed on issue #11
The rule add here are the default ones with some tweaks for Jetpack Compose. Such function naming, complexity, compose annotations and Twitter Comose Rules
โ Checklist
๐งช How can this PR been tested?
./gradlew detekt
to run Detekt for the entire project./gradlew module:detekt
to run Detekt on a specific module๐งพ Tasks Remaining: (List of tasks remaining to be implemented)
๐ผ๏ธ Screenshots (if applicable):