binary-compatibility-validator icon indicating copy to clipboard operation
binary-compatibility-validator copied to clipboard

Allow ignoring project by path

Open ansman opened this issue 5 years ago • 0 comments

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.

ansman avatar Jun 08 '20 19:06 ansman