mirror of
https://github.com/github/codeql.git
synced 2026-03-17 04:56:58 +01:00
11 lines
285 B
YAML
11 lines
285 B
YAML
extends: substitution
|
|
message: 'Use "%s" instead of "%s".'
|
|
link: https://docs.microsoft.com/en-us/style-guide/word-choice/use-us-spelling-avoid-non-english-words
|
|
ignorecase: true
|
|
level: error
|
|
nonword: true
|
|
swap:
|
|
'\b(?:eg|e\.g\.)[\s,]': for example
|
|
'\b(?:ie|i\.e\.)[\s,]': that is
|
|
|