[codespell]
skip = ./build*,.git,*.notifyrc,*.desktop,*.json,*.xml,./poqm,./holidays/plan2
interactive = 0
#ignore camelCase, regardless. also mixed case words with correct spelling
ignore-regex = \b([a-z]+[A-Z0-9][a-z0-9]*|LEAPYEAR|leapyear|Claus|claus)\b
#uri-ignore-words = 
#ampersand and semicolon also breaks words
regex = [\w\-'’&(amp\;)]+
