Vale CMS Need more than a rule playground? Explore
Package Explorer

Std

The standard library for Vale: general-purpose rules you extend to build your own style.

Source style Vale ≥ 3.20.0

Getting started

Add it to your .vale.ini, then run vale sync.

Packages = Std

[*.md]
BasedOnStyles = Vale, Std

Rules 14

14 suggestion
  • Std.Abbreviations.Acronyms suggestion conditional

    Spell out '%s' on first use.

  • Std.Abbreviations.Latin suggestion substitution

    Use '%s' instead of '%s'.

  • Std.DateTime.DateFormat suggestion existence

    Ambiguous date format: '%s'.

  • Std.DateTime.TimeFormat suggestion existence

    Inconsistent time format: '%s'.

  • Std.Grammar.Contractions suggestion substitution

    Use '%s' instead of '%s'.

  • Std.Grammar.PassiveVoice suggestion existence

    '%s' looks like passive voice.

  • Std.Punctuation.Ellipses suggestion existence

    Ellipsis.

  • Std.Punctuation.OxfordComma suggestion existence scope: sentence

    Missing serial comma before '%s'.

  • Std.Punctuation.Spacing suggestion existence

    '%s' should have one space.

  • Std.Readability.SentenceLength suggestion occurrence scope: sentence

    Long sentence: %d words.

  • Std.Usage.FirstPersonPlural suggestion existence

    First-person plural: '%s'.

  • Std.Usage.FirstPersonSingular suggestion existence

    First-person singular: '%s'.

  • Std.Usage.GenderedPronouns suggestion existence

    '%s' is not a gender-neutral pronoun.

  • Std.Usage.GenderedTerms suggestion substitution

    Consider '%s' instead of '%s'.