Properties

Defines the properties for the ValeConfigurationEffective class.

AsciidoctorAttributes

Represents a set of key-value pairs to use when processing AsciiDoc files.

BlockIgnores

Represents a set of patterns Vale ignores when processing block-level sections of text that don’t have an associated HTML tag.

Checks

Represents the full list of checks for Vale to use when linting prose.

DictionaryPath

Represents the path to the folder that contains dictionaries for Vale to use when checking spelling.

FormatLanguageAssociations

Represents a set of file formats to use a specified language for when checking spelling.

FormatTransformationStylesheets

Represents a set of file pattern associations for Vale to transform with a specific XSLT before linting their prose.

FormatTypeAssociations

Represents a set of file formats to treat as a different type when linting their prose.

GlobalBaseStyles

Represents the set of Vale styles to apply when linting prose, regardless of the file’s syntax.

GlobalChecks

Represents the set of specific checks and their setting for Vale to use when linting prose, regardless of the file’s syntax.

IgnoredClasses

Represents a list of classes to identify HTML elements for Vale to ignore when linting prose.

IgnoredScopes

Represents a list of inline HTML tags for Vale to ignore when linting prose.

MinimumAlertLevel

Represents the minimum severity of the checks for Vale to report failures for when linting prose.

NlpEndpoint

Represents the URL to an natural language processing (NLP) service for Vale to use when linting prose.

RootIniPath

Represents the file path to the root configuration file for Vale. The effective configuration is composed from the root configuration file and any configuration files included by packages the root configuration file uses.

RuleToLevel

Represents a set of rules for Vale to override with their specified setting.

SkippedScopes

Represents a list of block-level HTML tags for Vale to ignore when linting prose.

StylesPath

Represents the path to folder that contains the styles for Vale to use when linting prose.

SyntaxBaseStyles

Represents a set of file patterns for specific markup syntaxes and base styles for Vale to use with those files when linting their prose.

SyntaxChecks

Represents a set of file patterns for specific markup syntaxes and the specific checks for Vale to apply when linting their prose.

TokenIgnores

Represents a set of patterns Vale ignores when processing inline text that doesn’t have an associated HTML tag.

Vocabularies

Represents the set of custom vocabularies for Vale to use when checking spelling.

WordTemplate

Represents the pattern for Vale to use when parsing a file to find individual words.

Last modified March 10, 2023: (GH-71) Document Vale classes (ad1e42a)