Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update spelling list after #15873 #15912

Merged
merged 3 commits into from
Mar 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ AccountLogin
acdbc
ACKed
ACL
ACLs
AdapterAddress
AdapterName
adb
AddNOC
AddOrUpdateThreadNetwork
AddOrUpdateWiFiNetwork
addr
Expand Down Expand Up @@ -164,6 +166,7 @@ cancelled
capacitive
CarbonDioxideConcentrationMeasurement
CarbonMonoxideConcentrationMeasurement
CaseAdminNode
CatalogVendorId
CBB
cbd
Expand All @@ -185,6 +188,7 @@ CharString
checkmark
ChipBLEMgr
CHIPCirqueTest
CHIPConfig
CHIPCryptoPALHsm
CHIPDeviceController
ChipDeviceCtrl
Expand All @@ -198,6 +202,7 @@ ChipImResponder
ChipLight
ChipMessageLayer
CHIPOBLE
CHIPProjectAppConfig
CHIPProjectConfig
CHIPTest
chiptests
Expand Down Expand Up @@ -301,6 +306,7 @@ DataFrame
DataModelRevision
dataset
datasets
DataVersion
dbf
DBG
dBm
Expand Down Expand Up @@ -632,17 +638,21 @@ JTAG
Jupyter
jupyterlab
KA
kAdminister
kBusy
kCase
Kconfig
KeypadInput
kGroup
kInvalidCommandId
KitProg
kManage
kNodeIdNotSpecified
knownissues
kOperate
kPAKEParameterError
kPase
kView
KVS
kWindowNotOpen
LabelList
Expand All @@ -669,6 +679,7 @@ libical
libncurses
libreadline
libsdl
libshell
libssl
libstdc
libthread
Expand Down Expand Up @@ -944,6 +955,7 @@ providerNodeId
ProxyConfiguration
ProxyDiscovery
ProxyValid
ProxyView
PRs
PSCAN
PSK
Expand Down Expand Up @@ -982,6 +994,7 @@ raspberryPi
RasPi
rAv
RCP
ReadAttribute
ReadConfigValue
readelf
readfds
Expand Down Expand Up @@ -1178,7 +1191,6 @@ ThermostatUserInterfaceConfiguration
ThIsIsNoTMyReAlGiThUbToKeNSoDoNoTtRy
ThreadNetworkDiagnostics
threadOperationalDataset
threadnetworkdiagnostics
ThreadStackManager
ThreadStackManagerImpl
ths
Expand Down Expand Up @@ -1218,8 +1230,8 @@ ttyUSB
TurbidityConcentrationMeasurement
TXD
txt
UART
uargument
UART
udc
udcport
udhcpc
Expand Down Expand Up @@ -1295,6 +1307,7 @@ wmm
WPA
wpan
wra
WriteAttribute
writefds
wrover
WS
Expand Down Expand Up @@ -1330,6 +1343,7 @@ xFF
xFFF
xFFFF
xfffff
xFFFFFFFD
xffffffffe
xfffffffff
xtensa
Expand Down Expand Up @@ -1359,4 +1373,3 @@ zephyrproject
Zigbee
zigbeealliance
zigbeethread
libshell
4 changes: 2 additions & 2 deletions .github/workflows/spell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ on:
push:
paths:
- "**.md"
- "!.github/*"
- ".github/.wordlist.txt"
pull_request:
paths:
- "**.md"
- "!.github/*"
- ".github/.wordlist.txt"

jobs:
check-reviewdog:
Expand Down