From 08d83ae3a1ca96d507032bfd7838b30c83b44b76 Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Mon, 1 Aug 2022 16:19:30 +0200
Subject: [PATCH] Chore(make): set included locations for spell #114

---
 .codespellrc | 2 +-
 Makefile     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.codespellrc b/.codespellrc
index eaa4a6ca..2d266536 100644
--- a/.codespellrc
+++ b/.codespellrc
@@ -1,5 +1,5 @@
 [codespell]
 exclude-file = .gitignore
-skip = ./src/aura_engine/client/playerclient.py,*.log,.git,*.png,*.db
+skip = src/aura_engine/client/playerclient.py,*.log,.git,*.png,*.db
 count =
 quiet-level = 1
\ No newline at end of file
diff --git a/Makefile b/Makefile
index d6f92b2a..1ba3895d 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ lint::
 	python3 -m flake8 .
 
 spell::
-	codespell
+	codespell $(wildcard *.md) docs src tests config contrib
 
 style::
 	python3 -m isort .
-- 
GitLab