salesforce / rules_spring

Bazel rule for building Spring Boot apps as a deployable jar
BSD 3-Clause "New" or "Revised" License
229 stars 49 forks source link

Allow array of files for dupeclassescheck_ignorelist #213

Open plaird opened 2 weeks ago

plaird commented 2 weeks ago

We can't break back compat, so create a new attribute dupeclassescheck_ignorelists (s on end) that takes an array. This is useful when there are common ignores shared by many projects, but also service specific ignores.

   dupeclassescheck_ignorelists = [
      "//common/boot/dupe_ignores.txt",
      "dupeclasses.txt",
   ]