fix: add cspell words
ci/woodpecker/pr/lint Pipeline failed Details

This commit is contained in:
Aire-One 2024-08-23 01:28:30 +02:00
parent 1ec0864c86
commit 5c2f5c13d6
2 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# labtime # labtime
An uptime checker for my homelab ⏱️ An uptime checker for my home lab ⏱️

View File

@ -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": [ "words": [
"buildx",
"distroless",
"Gitea",
"gocron", "gocron",
"golangci",
"hadolint",
"labtime", "labtime",
"promhttp" "nonroot",
"promhttp",
"woodpeckerci"
] ]
} }