mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
8 lines
291 B
YAML
8 lines
291 B
YAML
extends: existence
|
|
message: Don't use '%s'. Instead, be specific. When space is limited, use such as or like followed by an example or two.
|
|
link: https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/a/and-so-on
|
|
level: warning
|
|
ignorecase: true
|
|
tokens:
|
|
- '\betc\.\b'
|