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
It is not transparent to users how to use detekt tasks with type resolution if it is not listed in ./gradlew tasks.
I think type resolution should be configured from config and not from task name.
The text was updated successfully, but these errors were encountered:
Found another problem of current approach. It is impossible to depend task on detekt[BuldVariant]All task because it will not be created if gradle command not includes detekt*All pattern.
So it is impossible to create task like this:
It is not transparent to users how to use detekt tasks with type resolution if it is not listed in
./gradlew tasks
.I think type resolution should be configured from config and not from task name.
The text was updated successfully, but these errors were encountered: