Hi, can someone recommend the detekt.yml config fo...
# detekt
c
Hi, can someone recommend the detekt.yml config for Android Jetpack Compose app without using any 3d parties libraries and that follows the official detekt documentation? https://detekt.dev/docs/introduction/compose/
g
The page should be self sufficient. Are you looking into something in particular?
c
I would like to get an example of pure detekt.yml config, maybe some link to a good repository or source
b
Those are complementary. I mean, you should configure some rules to work well with compose. But to get a proper static analysis for detekt you should use a third party rule set. In our marketplace you should find some.
c
You may want to check out https://github.com/mrmans0n/compose-rules as well
c
Thank you, I’ll take a look
387 Views