Properties
Defines the properties for the ValeConfigurationIgnore class.
less than a minute
GlobPattern
Represents the file-matching pattern to apply the ignore to. For example, [*]
matches all files while [*.{md,txt}]
only matches files with the .md
or .txt
extension.
IgnorePatterns
Specifies one or more patterns for Vale to use when deciding whether to skip processing text.