-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Labels
A-tokenArea: tokenization, including definition of identifiers and wordsArea: tokenization, including definition of identifiers and wordsC-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectationsS-waiting-on-designStatus: Waiting on user-facing design to be resolved before implementingStatus: Waiting on user-facing design to be resolved before implementing
Description
Hi,
I have comments on tests that look like:
GIVEN the sky is blue
WHEN a user DELETEs /something
THEN something happens
typos
seems to accept POSTs
, HEADs
, GETs
, but not DELETEs
(nor OPTIONs
, but doesn't make much sense so it's OK):
error: `DELET` should be `DELETE`
--> ./[...]
|
405 | WHEN a user DELETEs /[...]
| ^^^^^
|
error: `OPTIO` should be `OPTION`
--> ./[...]
|
406 | WHEN a user OPTIONs /[...]
| ^^^^^
|
When I run typos -w
, I end up with: DELETEEs
and OPTIONNs
.
Maybe typo thinks I'm writing a new camelCase word instead of pluralizing ?
sloede, benegee, odinho, skykasko and randombit
Metadata
Metadata
Assignees
Labels
A-tokenArea: tokenization, including definition of identifiers and wordsArea: tokenization, including definition of identifiers and wordsC-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectationsS-waiting-on-designStatus: Waiting on user-facing design to be resolved before implementingStatus: Waiting on user-facing design to be resolved before implementing