Closed vegerot closed 11 months ago
implementation idea: simply treat lines starting with <<<<<<<
, =======
, or >>>>>>>
as comments. This wouldn't call out the locations of them as diagnostics but at least it'd let quick-lint understand the whole file.
Duplicate of #404
Duplicate of #404
I can't find that Issue
Consider code like
With this code, quick-lint gets confused and is unable to lint the rest of the file. Instead, quick-lint could add diagnostics for
. I could use my key bind for "jump to next diagnostic" to jump to merge conflicts and fix them. More importantly, quick-lint could continue linting the rest of the file. Of course, there would still be "issues" like
but arguably if you're trying to resolve a conflict these sorts of diagnostics would be helpful 🙂