diff options
| author | kumvijaya <kumvijaya@gmail.com> | 2026-04-21 23:05:45 +0530 |
|---|---|---|
| committer | kumvijaya <kumvijaya@gmail.com> | 2026-04-21 23:05:45 +0530 |
| commit | db9eefad29d0d7cd0a29c44b79e0f89ecd3dd599 (patch) | |
| tree | 783e793641e39b20295da5e1ec7f3050ef241fdc | |
| parent | cc7a037929053570492faea972cf28a7689ae2bd (diff) | |
| download | vyos-1x-db9eefad29d0d7cd0a29c44b79e0f89ecd3dd599.tar.gz vyos-1x-db9eefad29d0d7cd0a29c44b79e0f89ecd3dd599.zip | |
T8490: added exclude words for typos workflow check
| -rw-r--r-- | .typos.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.typos.toml b/.typos.toml index cc5c3667a..7a6e7d573 100644 --- a/.typos.toml +++ b/.typos.toml @@ -4,3 +4,9 @@ extend-exclude = [ "smoketest/**", "mibs/**" ] + +# VyOS-specific networking terms and abbreviations +[default.extend-words] +dum = "dum" # dummy interface +oif = "oif" # outgoing interface +iif = "iif" # incoming interface |
