aspell

package
v5.5.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2026 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Aspell

type Aspell struct {
	RemoteFile          RemoteFile `yaml:"remote_file"`
	Mode                mode       `yaml:"mode"`
	HelpText            string     `yaml:"-"`
	IgnoreFiles         []string   `yaml:"ignore_files"`
	AllowedWords        []string   `yaml:"allowed"`
	MinLength           int        `yaml:"min_length"`
	NoIgnoreIdentifiers bool       `yaml:"no_ignore_identifiers"`
}

func New

func New(filename string) (Aspell, error)

func (Aspell) Check

func (a Aspell) Check(subjects []string, commitsFull []string, content []map[string]string, junitSuite junit.Interface, gitHashes map[string]struct{}) error

type RemoteFile added in v5.1.0

type RemoteFile struct {
	URL             string `yaml:"url"`
	URLEnv          string `yaml:"url_env"`
	HeaderFromENV   string `yaml:"header_from_env"`
	PrivateTokenENV string `yaml:"private_token_env"`
	AllowedItemsKey string `yaml:"allowed_items_key"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL