salesforce / salesforce/rules_spring
Allow array of files for dupeclassescheck_ignorelist
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Starlark
- Stars
- 257
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
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",
]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing dupeclassescheck_ignorelist attribute in the Bazel rule and its tests. Add the plural attribute while preserving the singular form, then verify that common and service-specific ignore paths are both accepted.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100