Hi everyone, I wonder if detekt can export rules a...
# detekt
t
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)?
g
You can declare custom detekt rules but they won’t be picked up automagically.