Scope the Vale "terms" substitution lint to paragraphs only

- This clears up the final four title-case "Pull Request" in titles,
  which are correct.
This commit is contained in:
Issy Long 2019-12-11 22:28:00 +00:00
parent a5ffdc6c5a
commit dac41ba275
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -3,6 +3,7 @@ extends: substitution
message: Use '%s' instead of '%s'. message: Use '%s' instead of '%s'.
link: 'https://github.com/Homebrew/brew/blob/master/docs/Prose-Style-Guidelines.md#terminology-words-and-word-styling' link: 'https://github.com/Homebrew/brew/blob/master/docs/Prose-Style-Guidelines.md#terminology-words-and-word-styling'
level: error level: error
scope: $paragraph
swap: swap:
Pull Request: pull request Pull Request: pull request
repo: repository repo: repository