Skip to content

Commit 091ee22

Browse files
authored
Update spell.yml (project-chip#32132)
* Update spell.yml Update the spell checker used * Update .wordlist.txt Remove defaultValue, an example of the camelcase we are working around, to trigger test on PR * Update .spellcheck.yml camelcase true * Update spell.yml * Wordlist camelcase removal * Update .wordlist.txt
1 parent b2da1b0 commit 091ee22

File tree

3 files changed

+13
-41
lines changed

3 files changed

+13
-41
lines changed

.github/.wordlist.txt

+1-31
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,19 @@ abfb
1414
ABI
1515
ABIs
1616
ables
17-
AccessControl
18-
AccessControlEntry
17+
accesscontrol
1918
accessor
2019
Accessors
21-
AccountLogin
2220
acdbc
2321
ack
2422
ACKed
2523
ACL
2624
ACLs
2725
actdiag
28-
AdapterAddress
29-
AdapterName
3026
adb
3127
AddNOC
32-
AddOrUpdateThreadNetwork
33-
AddOrUpdateWiFiNetwork
3428
addr
35-
AddResponse
36-
AddThreadNetwork
37-
AddStatus
3829
adk
39-
AdministratorCommissioning
4030
adoc
4131
adr
4232
AdvAutonomous
@@ -48,7 +38,6 @@ AE
4838
aef
4939
AES
5040
AIDL
51-
AlarmCode
5241
algs
5342
alloc
5443
Ameba
@@ -61,15 +50,12 @@ AnnounceOTAProvider
6150
AnnounceOTAProviderRequest
6251
APIs
6352
apk
64-
AppConfig
6553
AppImpl
6654
AppleTV
6755
appliable
68-
ApplianceControl
6956
applianceeventsandalert
7057
ApplianceIdentification
7158
appliancestatistics
72-
ApplicationBasic
7359
ApplicationId
7460
ApplicationIdentifier
7561
ApplicationLauncher
@@ -171,7 +157,6 @@ BRD
171157
breakpoint
172158
bredr
173159
BridgedDeviceBasicInformation
174-
bridgedLightEndpoint
175160
bringup
176161
BroadcastReceiver
177162
BromateConcentrationMeasurement
@@ -259,9 +244,6 @@ CLIs
259244
cloudbuild
260245
CLRF
261246
clusterAttrs
262-
clusterId
263-
clusterList
264-
clusterListName
265247
ClusterName
266248
ClusterObjectTests
267249
ClusterRevision
@@ -315,7 +297,6 @@ ContentApp's
315297
ContentAppPlatform
316298
ContentLaunch
317299
ContentLauncher
318-
continuousHinting
319300
contrib
320301
controllee
321302
conv
@@ -382,7 +363,6 @@ DefaultOTARequestor
382363
DefaultOTARequestorDriver
383364
DefaultOTARequestorStorage
384365
DefaultSuccess
385-
defaultValue
386366
definedValue
387367
DehumidificationControl
388368
DelayedActionTime
@@ -415,9 +395,7 @@ DeviceLayer
415395
DeviceNetworkProvisioningDelegate
416396
DeviceNetworkProvisioningDelegateImpl
417397
DevicePairingDelegate
418-
deviceSoftwareVersionModel
419398
DeviceTemperatureConfiguration
420-
deviceType
421399
DevKitC
422400
DevKitM
423401
devtype
@@ -511,8 +489,6 @@ EnableNetwork
511489
EnableWiFiNetwork
512490
endian
513491
EndpointId
514-
endpointName
515-
endsWith
516492
eno
517493
entrypoint
518494
enum
@@ -580,7 +556,6 @@ FlowMeasurement
580556
FluorideConcentrationMeasurement
581557
focusable
582558
forkpty
583-
formatOnSave
584559
FOTA
585560
FreeRTOS
586561
FreeRTOSConfig
@@ -614,7 +589,6 @@ GetIP
614589
getManualTests
615590
GetSafeAttributePersistenceProvider
616591
getstarted
617-
getTests
618592
GH
619593
ghcr
620594
ghp
@@ -639,8 +613,6 @@ graphviz
639613
Groupcast
640614
GroupId
641615
GroupKeyManagement
642-
groupKeySecurityPolicy
643-
groupKeySetID
644616
groupsettings
645617
gsdk
646618
gtk
@@ -694,8 +666,6 @@ ifconfig
694666
ifdef
695667
ifdefs
696668
IGMP
697-
ignoreApplyUpdate
698-
ignoreQueryImage
699669
ihex
700670
IlluminanceMeasurement
701671
IM

.github/workflows/spell.yml

+11-10
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,20 @@ on:
2525
- ".github/.wordlist.txt"
2626

2727
jobs:
28-
check-reviewdog:
29-
name: Check Spelling - reviewdog
30-
runs-on: ubuntu-latest
31-
steps:
32-
- name: Checkout
33-
uses: actions/checkout@v4
34-
- uses: reviewdog/action-misspell@v1
35-
with:
36-
github_token: ${{ secrets.GITHUB_TOKEN }}
28+
# Seems redundant; removed as pyspelling is customized while this is not
29+
# check-reviewdog:
30+
# name: Check Spelling - reviewdog
31+
# runs-on: ubuntu-latest
32+
# steps:
33+
# - name: Checkout
34+
# uses: actions/checkout@v4
35+
# - uses: reviewdog/action-misspell@v1
36+
# with:
37+
# github_token: ${{ secrets.GITHUB_TOKEN }}
3738
check-spellcheck:
3839
name: Check Spelling - pyspelling
3940
runs-on: ubuntu-latest
4041
steps:
4142
- name: Checkout
4243
uses: actions/checkout@v4
43-
- uses: igsekor/pyspelling-any@v1.0.4
44+
- uses: rojopolis/spellcheck-github-actions@0.36.0

.spellcheck.yml

+1
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ matrix:
6868
- '**/*.md|!third_party/**|!examples/common/**/repo/**|!docs/ERROR_CODES.md|!docs/clusters.md|!docs/testing/yaml_schema.md|!docs/testing/yaml_pseudocluster.md'
6969
aspell:
7070
ignore-case: true
71+
camel-case: true

0 commit comments

Comments
 (0)