Rule Explorer
Explore community-made rules for Vale.
ID | Extends | Description | Tags |
---|---|---|---|
AP | capitalization | Enforces the AP heading capitalization style. | titlecase |
APOS_ARE | sequence | Detect extraneous apostrophes before 'are'. | punctuation |
Branding | substitution | Enforce the correct use of "JavaScript" (and other terms). | terminology & branding |
FancyRegex | existence | An example of backtracking regex usage. | regex |
GunningFog | metric | An implementation of the Gunning-Fog index. | readability |
LengthVariation | script | Measure sentence-length variation. | stats |
MultiCapture | conditional | A conditional with multiple capture groups. | acronyms & abbreviations |
MultiDic | spelling | Spell check with multiple dictionaries. | spell check |
MultiScope | existence | An example of targeting multiple scopes. | scoping |
NewSection | script | Suggest starting a new section after 3 paragraphs. | structure |
OF_ALL_TIMES | sequence | Find incorrect usage of 'of all times'. | grammar |
RepeatedWords | repetition | Catch instances of repeated words. | typos |
ReportingLimit | existence | An example of limiting the number of alerts shown. | configuration |
RequiredHeading | occurrence | A min-based occurrence rule. | structure |
Spelling | consistency | Enforces consistent spellings. | word usage |
Trademarks | conditional | Enforce the use of '®'. | terminology & branding |
WOULD_BE_JJ_VB | sequence | Find instances of missing 'to'. | grammar |