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

Allow to filter out packages by regex

Open martinbonnin opened this issue 1 year ago • 5 comments

I'd like to exclude all symbols that are in *.internal packages. Currently it requires listing them all explicitly, would be nice to be able to specify ignoredPackages as a list of regexes:

apiValidation {
    /**
     * Exclude every package that ends with `.internal`
     */
    ignoredPackagesReegexes += "\.*\.internal"
}

martinbonnin avatar Jan 11 '24 19:01 martinbonnin