[codespell]
skip = ./build*,.git,*.notifyrc,*.desktop,*.json,*.xml,*.mbox,./po
interactive = 0
#ignore camelCase, regardless. also mixed case words with correct spelling
ignore-regex = \b([a-z]+[A-Z0-9][a-z0-9]*|ist|mis|fpr|mIsSign|parm|parms)\b
uri-ignore-words = ist,mis,bu
#ampersand and semicolon also breaks words
regex = [\w\-'’&(amp\;)]+
