File: typos.toml

package info (click to toggle)
rust-ratatui 0.28.1-9
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,356 kB
  • sloc: sh: 18; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 223 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# configuration for https://github.com/crate-ci/typos

[default.extend-words]
ratatui = "ratatui"

[type.md]
extend-ignore-re = [
  "\\[[[:xdigit:]]{7}\\]\\(https://github.com/ratatui/ratatui/commit/[[:xdigit:]]{40}\\)",
]