mirror of
https://github.com/github/codeql.git
synced 2026-03-16 20:46:49 +01:00
9 lines
183 B
YAML
9 lines
183 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
|
||
tokens:
|
||
- firstly
|
||
- secondly
|
||
- thirdly
|