Styles
# An example rule from the "Microsoft" style.
extends: existence
message: "Don't use end punctuation in headings."
link: https://docs.microsoft.com/en-us/style-guide/punctuation/periods
nonword: true
level: warning
scope: heading
action:
name: edit
params:
- remove
- '.?!'
tokens:
- '[a-z0-9][.?!](?:\s|$)'$ tree styles
styles/
├── base/
│ ├── ComplexWords.yml
│ ├── SentenceLength.yml
│ ...
├── blog/
│ ├── TechTerms.yml
│ ...
└── docs/
├── Branding.ymlName
Required
Default
Description
Name
Description
Name
Description
