Can I use detekt to ban usages of certain classes/...
# detekt
s
Can I use detekt to ban usages of certain classes/methods in external modules ? ie. a method from the stdlib ? (And if not does such a tool exists?)
g
You can use the ForbiddenMethod rule
s
Sweet. Thanks !
🙏 1