mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
13 lines
316 B
YAML
13 lines
316 B
YAML
extends: existence
|
|
message: "Don't use '%s'. See the A-Z word list for details."
|
|
# See the A-Z word list
|
|
link: https://docs.microsoft.com/en-us/style-guide
|
|
ignorecase: true
|
|
level: error
|
|
tokens:
|
|
- abortion
|
|
- app(?:lication)?s? (?:developer|program)
|
|
- app(?:lication)? file
|
|
- backbone
|
|
- contiguous selection
|