fix: add cspell words
ci/woodpecker/pr/lint Pipeline failed
Details
ci/woodpecker/pr/lint Pipeline failed
Details
This commit is contained in:
parent
1ec0864c86
commit
5c2f5c13d6
|
@ -1,3 +1,3 @@
|
|||
# labtime
|
||||
|
||||
An uptime checker for my homelab ⏱️
|
||||
An uptime checker for my home lab ⏱️
|
14
cspell.json
14
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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue