-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy path.codespellrc
More file actions
12 lines (12 loc) · 982 Bytes
/
Copy path.codespellrc
File metadata and controls
12 lines (12 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
[codespell]
# The skip list mirrors the vendored/upstream trees in
# tools/check_copyright_config.yaml, for the same reason: they are not ours to
# edit, and write-changes below rewrites in place. Left unskipped, codespell
# turned 'socklen_t tolen' into 'token' in lwip/include/lwip/sockets.h.
# Patterns have no leading ./ so they also match the relative paths pre-commit
# passes.
skip = build,.deps,managed_components,vendor,tmp_registry_readmes,*.drawio,*.svg,*.pdf,*.jpg,*.jpeg,*.png,*eh_common_fw_version.h,*common/serializers/third_party*,*common/serializers/eh_proto_v2/src/proto*,*tools/vendor*,*port/idf_components/esp_wifi_remote*,*port/idf_components/lwip*,*port/idf_components/esp_netif/lwip*,*examples/bluetooth/esp_hosted_nimble/bleprph_wifi_coex*
# emac Ethernet MAC, a hardware acronym; 'EMACS' is not a correction
# inout Doxygen direction marker, @param[inout]
ignore-words-list = rsource,INDX,ans,aNULL,aci,DEACTIVE,OT,ot,ser,emac,inout
write-changes = true