inbo / checklist

An R package for checking R packages and R code
https://inbo.github.io/checklist
GNU General Public License v3.0
16 stars 2 forks source link

check_spelling() marks mistake 4 times instead of 2 #134

Closed ElsLommelen closed 1 month ago

ElsLommelen commented 2 months ago

When I make the same spelling mistake twice on the same line (in the function documentation), it is marked 4 times under Markers after running checklist::check_spelling(). When clicking on the first two of these lines under Markers, the cursor is placed 2 characters before the first mistake, and for the last two lines, the cursor is placed 2 characters before the last mistake.

image