package
1.7.1
Repository: https://github.com/errata-ai/vale.git
Documentation: pkg.go.dev

# Functions

GetExtenionPoints returns a slice of extension points.
GetTemplate makes a template for the given extension point.
NewManager creates a new Manager and loads the rule definitions (that is, extended checks) specified by config.

# Structs

Capitalization checks the case of a string.
A Check implements a single rule.
Conditional ensures that the present of First ensures the present of Second.
Consistency ensures that the keys and values of Either don't both exist.
Definition holds the common attributes of rule definitions.
Existence checks for the present of Tokens.
Manager controls the loading and validating of the check extension points.
Occurrence counts the number of times Token appears.
Readability checks the reading grade level of text.
Repetition looks for repeated uses of Tokens.
Spelling checks text against a Hunspell dictionary.
Substitution switches the values of Swap for its keys.