mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
14 lines
234 B
YAML
14 lines
234 B
YAML
extends: existence
|
|
message: "Don't add -ly to an ordinal number."
|
|
link: https://docs.microsoft.com/en-us/style-guide/numbers
|
|
level: error
|
|
action:
|
|
name: edit
|
|
params:
|
|
- trim
|
|
- ly
|
|
tokens:
|
|
- firstly
|
|
- secondly
|
|
- thirdly
|