From db9eefad29d0d7cd0a29c44b79e0f89ecd3dd599 Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Tue, 21 Apr 2026 23:05:45 +0530 Subject: T8490: added exclude words for typos workflow check --- .typos.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3