This repository was archived by the owner on Mar 26, 2025. It is now read-only.
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
Open
Description
misspell
isn't validating escape sequences and sometimes treating them as misspellings. eg
"iterated element passed\nto it."
Would return
warning: "nto" is a misspelling of "not" (misspell)
where "nto" is actually "\nto" (ie byte(13) + "to"
rather than byte(110) + "to"
)
Please note, error message taken from https://goreportcard.com - issue raised gojp/goreportcard#294
3DD9
div>
Metadata
Metadata
Assignees
Labels
No labels