Files
angular__angular/aio/tools/doc-linter/styles/proselint/DateRedundancy.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

12 lines
353 B
YAML

extends: existence
message: "'a.m.' is always morning; 'p.m.' is always night."
link: 'https://angular.io/guide/docs-lint-errors#proselint-messages'
ignorecase: true
level: error
nonword: true
tokens:
- '\d{1,2} ?a\.?m\.? in the morning'
- '\d{1,2} ?p\.?m\.? in the evening'
- '\d{1,2} ?p\.?m\.? at night'
- '\d{1,2} ?p\.?m\.? in the afternoon'