13 lines
223 B
YAML
13 lines
223 B
YAML
extends: capitalization
|
|
message: "'%s' should be in title case"
|
|
level: error
|
|
scope: heading.h1
|
|
match: $title
|
|
style: AP
|
|
exceptions:
|
|
- brew(1)
|
|
- macOS
|
|
- Homebrew/homebrew-core
|
|
- Homebrew/linuxbrew-core
|
|
- (or Linux)
|