brandonchinn178 / brandonchinn178/hooky
Parallelize hooky lints
Open
hooky-lint
- Dominant language
- Haskell
- Stars
- 29
- Forks
- 2
- Avg merge
- 4h 37m
- Merged PRs (30d)
- 4
Description
Right now, `hooky lint` runs completely serially. Parallelize the operations as much as possible
Contributor guide
Research direction
Start by tracing the `hooky lint` command and how it runs pre-commit hooks. Determine which lint operations can safely run concurrently and define how completion and failures should be reported. Done means `hooky lint` no longer runs all operations serially while preserving correct results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100