From 5c2f5c13d67dfb2aed8ae799c0bdd60f61373403 Mon Sep 17 00:00:00 2001 From: Aire-One Date: Fri, 23 Aug 2024 01:28:30 +0200 Subject: [PATCH] fix: add cspell words --- README.md | 2 +- cspell.json | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e1375a..48f3aaa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # labtime -An uptime checker for my homelab ⏱️ \ No newline at end of file +An uptime checker for my home lab ⏱️ \ No newline at end of file diff --git a/cspell.json b/cspell.json index e76ea04..b18cf7c 100644 --- a/cspell.json +++ b/cspell.json @@ -1,7 +1,19 @@ { + "ignorePaths": [ + "go.mod", // This file is managed by Go + "go.sum", // This file is managed by Go + "LICENSE" // This file was automatically generated by Gitea + ], "words": [ + "buildx", + "distroless", + "Gitea", "gocron", + "golangci", + "hadolint", "labtime", - "promhttp" + "nonroot", + "promhttp", + "woodpeckerci" ] -} +} \ No newline at end of file