elijah-potter / harper

The Grammar Checker for Developers
https://writewithharper.com
Apache License 2.0
130 stars 3 forks source link

Bug: incorrect length of comment in Go linting #97

Closed lukasmwerner closed 16 hours ago

lukasmwerner commented 3 days ago

In the following code snippet harper incorrectly updates the string from:

        clientId := "9e5f94bc-e8a4-4e73-b8be-63364c29d753" // thunderbird's client_id

to

    clientId := "9e5f94bc-e8a4-4e73-b8be-63364c29d753" /Thunderbird's's client_id

This behavior so far has only come up in go's comments.

lukasmwerner commented 3 days ago

Update: this could be a duplicate of #87

elijah-potter commented 16 hours ago

This has been fixed as of the most recent commits.