summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-04-22 11:46:04 +0300
committerGitHub <noreply@github.com>2026-04-22 11:46:04 +0300
commit45509acb7fb32f4680f2c03162846b21b7aa2f59 (patch)
treea8205307a4ac4fd27826dfbf0140ff64c40e050a
parent5297e6827bf70b581ade41824fa1f347f4beee9d (diff)
parentdb9eefad29d0d7cd0a29c44b79e0f89ecd3dd599 (diff)
downloadvyos-1x-45509acb7fb32f4680f2c03162846b21b7aa2f59.tar.gz
vyos-1x-45509acb7fb32f4680f2c03162846b21b7aa2f59.zip
Merge pull request #5141 from kumvijaya/current
T8490: Improve Typo Detection with exclusions for typos workflow check
-rw-r--r--.typos.toml6
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