Anywhere we can use `blob/master` we can use `blob/HEAD` instead. This will make life easier if we ever rename our default branch in future (once/if Git and GitHub provides the necessary tooling to do so).
13 lines
310 B
YAML
13 lines
310 B
YAML
---
|
|
extends: existence
|
|
message: 'No "TM", ™, SM, ©, ®, or other explicit indicators of rights ownership or trademarks'
|
|
link: 'https://github.com/Homebrew/brew/blob/HEAD/docs/Prose-Style-Guidelines.md#typographical-conventions'
|
|
level: error
|
|
nonword: true
|
|
tokens:
|
|
- \bTM\b
|
|
- ™
|
|
- \bSM\b
|
|
- ©
|
|
- ®
|