dense-analysis / dense-analysis/ale
Add support for stopping the ALEFix pipeline early
Open
enhancement
- Dominant language
- Vim Script
- Stars
- 14k
- Forks
- 1.5k
- Avg merge
- 17h 49m
- Merged PRs (30d)
- 1
Description
It would be nice to be able to write a function for use in `ale_fixers` which can return a special value to prevent further tools in the pipeline from being run. This would be useful for fixing some code slightly which requires some human intervention, before being able to run the of the tools. A good example is automatically merging some parts of code with git merge conflicts, and leaving some other conflicts for humans to fix.
Contributor guide
Assessment
This issue has not been assessed yet.