Hi everyone, I wonder if detekt can export rules as part of the library (like android lint does). So, If I maintain a kotlin lib and want to highlight common errors, can I provide detekt rules that would be automagically included in consumer's detekt suite after she adds lib dependency (without explicitly declaring rule)?