mirror of
https://github.com/kedro-org/kedro.git
synced 2026-03-26 18:48:28 +00:00
31 lines
561 B
YAML
31 lines
561 B
YAML
extends: existence
|
|
message: "In general, use UK English spelling instead of '%s'."
|
|
link: 'https://github.com/kedro-org/kedro/wiki/Kedro-documentation-style-guide'
|
|
ignorecase: true
|
|
level: warning
|
|
tokens:
|
|
- '(?:\w+)zation'
|
|
- '(?:\w+)izing'
|
|
- '(?:\w+)izer'
|
|
- '(?:\w+)ized'
|
|
- '(?:\w+)ize'
|
|
- '(?:\w+)log'
|
|
- '(?:\w+)lor'
|
|
- '(?:\w+)lyze'
|
|
- 'behavior'
|
|
exceptions:
|
|
- backlog
|
|
- blog
|
|
- capsize
|
|
- catalog
|
|
- Catalog
|
|
- DataCatalog
|
|
- data_catalog
|
|
- dialog
|
|
- log
|
|
- maize
|
|
- prize
|
|
- seize
|
|
- size
|
|
- tailor
|