Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow array of files for dupeclassescheck_ignorelist #213

Open
plaird opened this issue Nov 9, 2024 · 0 comments
Open

Allow array of files for dupeclassescheck_ignorelist #213

plaird opened this issue Nov 9, 2024 · 0 comments

Comments

@plaird
Copy link
Contributor

plaird commented Nov 9, 2024

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",
   ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant