whitesmith / whitesmith/rubycritic
Remove dependencies between analysers
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 3.5k
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
I took a brief pass at trying to add an --only option to restrict certain analysers from running, but it seems that there is some dependencies between the analysers during a run that I fully grok yet.
For reference, my initial attempt at adding an --only option https://github.com/jbodah/rubycritic/commit/8d54cea734bc4bc1fd86f2130dd24a899e76d275
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
Start by reviewing the linked commit, 8d54cea734bc4bc1fd86f2130dd24a899e76d275, and trace the analyser dependencies it exposed. Done means analysers no longer depend on one another during a run, allowing an --only option to restrict which analysers execute.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100