Type object
File match typos.toml _typos.toml .typos.toml
Schema URL https://catalog.lintel.tools/schemas/schemastore/typos-toml/latest.json
Source https://raw.githubusercontent.com/crate-ci/typos/master/config.schema.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Properties

files object
7 nested properties
extend-exclude string[]
Default:
[]
ignore-hidden boolean | null

Skip hidden files and directories.

Default: null
ignore-files boolean | null

Respect ignore files.

Default: null
ignore-dot boolean | null

Respect .ignore files.

Default: null
ignore-vcs boolean | null

Respect ignore files in vcs directories.

Default: null
ignore-global boolean | null

Respect global ignore files.

Default: null
ignore-parent boolean | null

Respect ignore files in parent directories.

Default: null
default object
12 nested properties
binary boolean | null

Check binary files.

Default: null
check-filename boolean | null

Verifying spelling in file names.

Default: null
check-file boolean | null

Verifying spelling in files.

Default: null
unicode boolean | null

Allow unicode characters in identifiers (and not just ASCII)

Default: null
ignore-hex boolean | null

Do not check identifiers that appear to be hexadecimal values.

Default: null
identifier-leading-digits boolean | null

Allow identifiers to start with digits, in addition to letters.

Default: null
locale Locale | null
Default: null
extend-ignore-identifiers-re string[]
Default:
[]
extend-identifiers Record<string, string>
Default:
{}
extend-ignore-words-re string[]
Default:
[]
extend-words Record<string, string>
Default:
{}
extend-ignore-re string[]
Default:
[]
type Record<string, object>

Definitions

Walk object
extend-exclude string[]
Default:
[]
ignore-hidden boolean | null

Skip hidden files and directories.

Default: null
ignore-files boolean | null

Respect ignore files.

Default: null
ignore-dot boolean | null

Respect .ignore files.

Default: null
ignore-vcs boolean | null

Respect ignore files in vcs directories.

Default: null
ignore-global boolean | null

Respect global ignore files.

Default: null
ignore-parent boolean | null

Respect ignore files in parent directories.

Default: null
EngineConfig object
binary boolean | null

Check binary files.

Default: null
check-filename boolean | null

Verifying spelling in file names.

Default: null
check-file boolean | null

Verifying spelling in files.

Default: null
unicode boolean | null

Allow unicode characters in identifiers (and not just ASCII)

Default: null
ignore-hex boolean | null

Do not check identifiers that appear to be hexadecimal values.

Default: null
identifier-leading-digits boolean | null

Allow identifiers to start with digits, in addition to letters.

Default: null
locale Locale | null
Default: null
extend-ignore-identifiers-re string[]
Default:
[]
extend-identifiers Record<string, string>
Default:
{}
extend-ignore-words-re string[]
Default:
[]
extend-words Record<string, string>
Default:
{}
extend-ignore-re string[]
Default:
[]
Locale string
TypeEngineConfig Record<string, object>
GlobEngineConfig object
extend-glob string[]
Default:
[]
binary boolean | null

Check binary files.

Default: null
check-filename boolean | null

Verifying spelling in file names.

Default: null
check-file boolean | null

Verifying spelling in files.

Default: null
unicode boolean | null

Allow unicode characters in identifiers (and not just ASCII)

Default: null
ignore-hex boolean | null

Do not check identifiers that appear to be hexadecimal values.

Default: null
identifier-leading-digits boolean | null

Allow identifiers to start with digits, in addition to letters.

Default: null
locale Locale | null
Default: null
extend-ignore-identifiers-re string[]
Default:
[]
extend-identifiers Record<string, string>
Default:
{}
extend-ignore-words-re string[]
Default:
[]
extend-words Record<string, string>
Default:
{}
extend-ignore-re string[]
Default:
[]