Is there a way to only enable a few rules without ...
# detekt
m
Is there a way to only enable a few rules without setting each unwanted .yml rule with: active: false?
g
You can
activate: false
all the rule sets, and only enable the one you want to use.
👍 1