labtime/.cspell.json

27 lines
534 B
JSON
Raw Permalink Normal View History

2024-08-13 17:47:05 +02:00
{
2024-08-23 01:28:30 +02:00
"ignorePaths": [
2024-09-23 03:14:17 +02:00
".golangci.yaml", // Configuration file with a lot of Go specific words
2024-08-23 01:28:30 +02:00
"go.mod", // This file is managed by Go
"go.sum", // This file is managed by Go
"LICENSE" // This file was automatically generated by Gitea
],
2024-08-13 17:47:05 +02:00
"words": [
2024-09-23 03:14:17 +02:00
"aireone",
2024-08-23 01:28:30 +02:00
"buildx",
"distroless",
"Gitea",
2024-08-13 17:47:05 +02:00
"gocron",
2024-08-23 01:28:30 +02:00
"golangci",
"hadolint",
2024-09-23 03:14:17 +02:00
"healthcheckers",
2024-08-13 17:47:05 +02:00
"labtime",
2024-08-23 01:28:30 +02:00
"nonroot",
"promhttp",
2024-09-23 03:14:17 +02:00
"prommonitors",
"proxied",
2024-08-24 02:50:45 +02:00
"sigchan",
2024-09-23 03:14:17 +02:00
"woodpeckerci",
"yamlconfig"
2024-08-13 17:47:05 +02:00
]
2024-08-24 02:50:45 +02:00
}