annotate: not process SFC parse and annotate at the same time #37
Labels
Status: PR Welcome
Welcome to Pull Request
Status: Proposal
Request for comments
Type: Improvement
Includes backwards-compatible fixes
Clear and concise description of the problem
In the current implementation, SFC parse and annotate will be processed for each file.
Therefore, if an SFC parse error occurs in the middle of the process, the files processed up to that point will still be modified by annotating.
If you are using git, you can use
git checkout
to undo the changes, but the recovery process is tedious annotatingSuggested solution
Instead of doing SFC parse and annoate at the same time, you should do all SFC parse and then annoate.
Alternative
We can provide
—verify
options.it checks SFC files whether that is syntax correctly.
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: