Skip to content
Snippets Groups Projects
Commit 3ca026e9 authored by Chris Pastl's avatar Chris Pastl
Browse files

chore: configure codespell to ignore email addresses

parent f3c790d2
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,5 @@ ...@@ -2,4 +2,5 @@
exclude-file = .gitignore exclude-file = .gitignore
skip = *.log,.git,*.png,*.db,*.pyc,Makefile,tests/* skip = *.log,.git,*.png,*.db,*.pyc,Makefile,tests/*
count = count =
quiet-level = 1 quiet-level = 1
\ No newline at end of file ignore-regex = \b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}\b
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment