binary-compatibility-validator
binary-compatibility-validator copied to clipboard
Allow ignoring project by path
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.