hi everyone, is there a feature in Detekt like importing custom rule from community to our project? for example, I want to use all rules that widely use by Airbnb or Stream instead of the default one on my project. one of my friend told me that this feature is available in ESLInt, and its quite interesting actually to have it on Detekt too
when digging to this, I come to conclusion that replacing the
config.yml
could be a way to do it, cmiiw
thanks and have a great day