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
I have a project where multiple modules have the same name but different path (:feature1:sample, :feature2:sample) and currently I cannot ignore just one of them since you specify the name of the module which in both cases is sample.
This could be done in a backwards compatible way by checking if the ignored project starts with : and if so project.path is used instead.
The text was updated successfully, but these errors were encountered:
I have a project where multiple modules have the same name but different path (
:feature1:sample
,:feature2:sample
) and currently I cannot ignore just one of them since you specify the name of the module which in both cases issample
.This could be done in a backwards compatible way by checking if the ignored project starts with
:
and if soproject.path
is used instead.The text was updated successfully, but these errors were encountered: