# See: https://github.com/codespell-project/codespell#using-a-config-file
[codespell]
# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here:
ignore-words-list = wan
check-filenames =
check-hidden =
skip = ./.git,./examples/MKRWANFWUpdate_standalone/dev_table.c,./examples/MKRWANFWUpdate_standalone/stm32.*,./examples/MKRWANFWUpdate_standalone/utils.*
