You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is about enabling type resolution for Detekt via detektMain/Test tasks.
TL;DR: We might want to start using detektMain/Test in favor of detekt task as it is nowadays the recommend way to configure Detekt (see Using Type Resolution and more specifically here and here). The plain detekt task is not running with type resolution enabled, while the detektMain/Test tasks are (for more info watch this nice Detekt related talk here, go to 30:30, up until 34:00).
The text was updated successfully, but these errors were encountered:
Parent #16892
This issue is about enabling type resolution for Detekt via
detektMain/Test
tasks.TL;DR: We might want to start using
detektMain/Test
in favor ofdetekt
task as it is nowadays the recommend way to configure Detekt (see Using Type Resolution and more specifically here and here). The plaindetekt
task is not running with type resolution enabled, while thedetektMain/Test
tasks are (for more info watch this nice Detekt related talk here, go to 30:30, up until 34:00).The text was updated successfully, but these errors were encountered: