Skip to content
Open
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
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ per-file-ignores =
test_collections/manual_tests/**/*:E501,W291
test_collections/app1_tests/**/*:E501
test_collections/semi_automated_tests/**/*:E501
test_collections/matter/python_tests/**/*:E501
alembic/versions/**/*:E128,W293,F401
5 changes: 4 additions & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Check spelling"
on: # rebuild any PRs and main branch changes
pull_request_target:
# pull_request (not pull_request_target) so the job checks out and scans the
# PR content; with pull_request_target the default checkout is the base
# branch, so PR runs were scanning main instead of the PR
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
Expand Down
7 changes: 6 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,12 @@
"PAVST",
"WEBRTCR",
"ZONEMGMT",
"APPDEVTYPEID"
"APPDEVTYPEID",
"astext",
"asname",
"TLSCERT",
"JFADMIN",
"AABBCCDD"
],
"allowCompoundWords": true,
"ignorePaths": [
Expand Down
Loading