18 lines
381 B
YAML
18 lines
381 B
YAML
|
|
extends: existence
|
|||
|
|
message: We avoid referencing the company name '%s'. Instead you can reference a product or the team.
|
|||
|
|
level: warning
|
|||
|
|
ignorecase: false
|
|||
|
|
tokens:
|
|||
|
|
- 'MUI \w+'
|
|||
|
|
exceptions:
|
|||
|
|
- 'MUI X'
|
|||
|
|
- 'MUI System'
|
|||
|
|
- 'MUI Store'
|
|||
|
|
- 'MUI Core'
|
|||
|
|
- 'MUI Connect'
|
|||
|
|
# valid use of a regular space
|
|||
|
|
- 'MUI organization'
|
|||
|
|
- 'MUI ecosystem'
|
|||
|
|
- 'MUI products'
|
|||
|
|
- 'MUI team'
|