- I added these all the way back in December 2019 in #6826, but only today realised that things have been failing unnoticeably because "warning" level exits with status code 0, so doesn't fail CI. - Upgrading to "error" level will enable us to see the style errors in our docs and fix them faster. - My editor also auto-formatted the YAML to have double quotes instead of single.
12 lines
208 B
YAML
12 lines
208 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
|