[englishbreakfast] Fails slang linting
Open
Nobody has claimed this yet.
TOP:englishbreakfast
- Dominant language
- SystemVerilog
- Stars
- 3.6k
- Forks
- 1.1k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 141
Description
### Description
Currently, englishbreakfast fails the slang linter because its reset manager references a type from the alert handler package, but the alert handler is never declared as a dependency.
Englishbreakfast has no alert handler of its own as it borrows earlgrey's. This does not work for slang linting.
Contributor guide
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
Locate englishbreakfast's reset manager and its dependency declarations, then run the slang linter for that target. The work is done when englishbreakfast declares the dependency needed for the borrowed earlgrey alert-handler type and slang linting passes.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100