From a088de35f7d49da81b02024756c02fbdd2637e9f Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Tue, 18 Jun 2024 15:54:29 +0200
Subject: [PATCH] Fix cspell

---
 .cspell-project-words.txt | 6 ++++++
 .gitlab-ci.yml            | 3 +++
 2 files changed, 9 insertions(+)
 create mode 100644 .cspell-project-words.txt

diff --git a/.cspell-project-words.txt b/.cspell-project-words.txt
new file mode 100644
index 0000000..c4b80fd
--- /dev/null
+++ b/.cspell-project-words.txt
@@ -0,0 +1,6 @@
+advagg
+ahoyapi
+lakedrops
+LAKEDROPS
+rcoff
+rcon
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1d23429..d2d1014 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,3 +2,6 @@ include:
   - project: 'gitlab-ci-cd/drupal'
     ref: main
     file: '/private-modules.yml'
+
+variables:
+  _CSPELL_IGNORE_PATHS: '"patches/*"'
-- 
GitLab