From 05db28df1aa3a93c6f0140cb04ccd9580a28e32e Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Mon, 7 Mar 2022 09:39:55 -0500 Subject: [PATCH 1/3] update spelling list after #15873 --- .github/.wordlist.txt | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt index c4acd491940e9d..31fe3392d52b1f 100644 --- a/.github/.wordlist.txt +++ b/.github/.wordlist.txt @@ -22,9 +22,11 @@ AccountLogin acdbc ACKed ACL +ACLs AdapterAddress AdapterName adb +AddNOC AddOrUpdateThreadNetwork AddOrUpdateWiFiNetwork addr @@ -164,6 +166,7 @@ cancelled capacitive CarbonDioxideConcentrationMeasurement CarbonMonoxideConcentrationMeasurement +CaseAdminNode CatalogVendorId CBB cbd @@ -185,6 +188,7 @@ CharString checkmark ChipBLEMgr CHIPCirqueTest +CHIPConfig CHIPCryptoPALHsm CHIPDeviceController ChipDeviceCtrl @@ -198,6 +202,7 @@ ChipImResponder ChipLight ChipMessageLayer CHIPOBLE +CHIPProjectAppConfig CHIPProjectConfig CHIPTest chiptests @@ -301,6 +306,7 @@ DataFrame DataModelRevision dataset datasets +DataVersion dbf DBG dBm @@ -632,6 +638,7 @@ JTAG Jupyter jupyterlab KA +kAdminister kBusy kCase Kconfig @@ -639,10 +646,13 @@ KeypadInput kGroup kInvalidCommandId KitProg +kManage kNodeIdNotSpecified knownissues +kOperate kPAKEParameterError kPase +kView KVS kWindowNotOpen LabelList @@ -669,6 +679,7 @@ libical libncurses libreadline libsdl +libshell libssl libstdc libthread @@ -944,6 +955,7 @@ providerNodeId ProxyConfiguration ProxyDiscovery ProxyValid +ProxyView PRs PSCAN PSK @@ -982,6 +994,7 @@ raspberryPi RasPi rAv RCP +ReadAttribute ReadConfigValue readelf readfds @@ -1178,7 +1191,6 @@ ThermostatUserInterfaceConfiguration ThIsIsNoTMyReAlGiThUbToKeNSoDoNoTtRy ThreadNetworkDiagnostics threadOperationalDataset -threadnetworkdiagnostics ThreadStackManager ThreadStackManagerImpl ths @@ -1218,8 +1230,8 @@ ttyUSB TurbidityConcentrationMeasurement TXD txt -UART uargument +UART udc udcport udhcpc @@ -1295,6 +1307,7 @@ wmm WPA wpan wra +WriteAttribute writefds wrover WS @@ -1330,6 +1343,7 @@ xFF xFFF xFFFF xfffff +xFFFFFFFD xffffffffe xfffffffff xtensa @@ -1359,4 +1373,3 @@ zephyrproject Zigbee zigbeealliance zigbeethread -libshell From b495d3bb411076e9ff874df2b0508ae248f931e6 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Mon, 7 Mar 2022 10:16:22 -0500 Subject: [PATCH 2/3] Run spellcheck when wordlist in github is changed --- .github/workflows/spell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index 2d12cd74176756..e16e01c02db0e8 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -18,11 +18,11 @@ on: push: paths: - "**.md" - - "!.github/*" + - ".github/.wodlist.txt" pull_request: paths: - "**.md" - - "!.github/*" + - ".github/.wodlist.txt" jobs: check-reviewdog: From 5e275ffb0dbbaff3ca2516e7bc69e28df7df2066 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Mon, 7 Mar 2022 10:17:13 -0500 Subject: [PATCH 3/3] Typo fix --- .github/workflows/spell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index e16e01c02db0e8..f6ebfceb8b8714 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -18,11 +18,11 @@ on: push: paths: - "**.md" - - ".github/.wodlist.txt" + - ".github/.wordlist.txt" pull_request: paths: - "**.md" - - ".github/.wodlist.txt" + - ".github/.wordlist.txt" jobs: check-reviewdog: