27 lines
534 B
JSON
27 lines
534 B
JSON
{
|
|
"ignorePaths": [
|
|
".golangci.yaml", // Configuration file with a lot of Go specific words
|
|
"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": [
|
|
"aireone",
|
|
"buildx",
|
|
"distroless",
|
|
"Gitea",
|
|
"gocron",
|
|
"golangci",
|
|
"hadolint",
|
|
"healthcheckers",
|
|
"labtime",
|
|
"nonroot",
|
|
"promhttp",
|
|
"prommonitors",
|
|
"proxied",
|
|
"sigchan",
|
|
"woodpeckerci",
|
|
"yamlconfig"
|
|
]
|
|
}
|