13 lines
312 B
YAML
13 lines
312 B
YAML
|
|
---
|
||
|
|
extends: existence
|
||
|
|
message: 'No "TM", ™, SM, ©, ®, or other explicit indicators of rights ownership or trademarks'
|
||
|
|
link: 'https://github.com/Homebrew/brew/blob/master/docs/Prose-Style-Guidelines.md#typographical-conventions'
|
||
|
|
level: error
|
||
|
|
nonword: true
|
||
|
|
tokens:
|
||
|
|
- \bTM\b
|
||
|
|
- ™
|
||
|
|
- \bSM\b
|
||
|
|
- ©
|
||
|
|
- ®
|