-
-
Notifications
You must be signed in to change notification settings - Fork 134
Adjust check-spelling pattern #2804
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workinggithub_actionsPull requests that update Github_actions codePull requests that update Github_actions codegood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggithub_actionsPull requests that update Github_actions codePull requests that update Github_actions codegood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
It's coming from:
updatecli/.github/actions/spelling/patterns.txt
Line 53 in d71451b
You'll want to adjust that pattern (the simplest thing is to remove the
l)It's possible for check-spelling to identify which patterns produced a fractional term, but it's somewhat expensive (it'd involve running all the patterns against the line until it identifies just the ones that contribute).
I'm not sure if
@prereleasewould improve this case (I'm currently cleaning up all of the commits I have in prerelease... hoping to have a clean test to release really soon).Originally posted by @jsoref in #2758 (comment)