angular/aio/tools/doc-linter/styles/Angular/WriteGood_ThereIs.yml
Bob Watson 340fa465ce docs: add more documentation about lint messages (#47019)
Adds suggestions for how to resolve the most common messages produced by the documentation linter.

Adds links to the Proselint and other style tests to the new documentation.

Updates pullapprove and navigation.

PR Close #47019
2022-08-08 11:34:56 -07:00

7 lines
262 B
YAML

extends: existence
message: "Don't start a sentence with '%s'. Try to rewrite the sentence without it."
link: 'https://angular.io/guide/docs-lint-errors#starting-a-sentence-messages'
ignorecase: true
level: error
raw:
- '(?:^[^\w]*|[;-]\s)There\b\s(is|are)\b'