ignoring rules per workspace in nvim...?
#3821
|
I installed I have a file I move my cursor over the line and diagnostic says: I activate Code Actions (CAs) and see: Selecting 8 (add Furthermore when I add I come from It also shows things like: despite: (which is copied from documentation). |
Replies: 2 comments 3 replies
|
This has come up before and it's still never been tackled: #997 #1057 #1430 #3076 are all related Basically, the user dictionary only comes into play for the spellcheck linter. But a word can trigger multiple linters. But when a word triggers multiple linters only one linter gets to suggest corrections. But there are one or two specific linting rules added way back early in Harper's lift to address TODO vs Todo vs to-do vs todo. There are different opinions on which variants are preferred and linters can only be turned off or on, they can't have settings. There's also the problem that some variants are preferred in code comments, such as It's quite a mess of overlapping tiny problems that shows up rather prominently. |
|
Closing as the issue is clear now, but feel free to reopen for discussion or whatever. I can help with testing |
This has come up before and it's still never been tackled: #997 #1057 #1430 #3076 are all related
Basically, the user dictionary only comes into play for the spellcheck linter.
But a word can trigger multiple linters.
But when a word triggers multiple linters only one linter gets to suggest corrections.
But there are one or two specific linting rules added way back early in Harper's lift to address TODO vs Todo vs to-do vs todo.
There are different opinions on which variants are preferred and linters can only be turned off or on, they can't have settings.
There's also the problem that some variants are preferred in code comments, such as
TODO, but in English prose the preferred form is "t…