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
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": [
|
"words": [
|
||||||
|
"buildx",
|
||||||
|
"distroless",
|
||||||
|
"Gitea",
|
||||||
"gocron",
|
"gocron",
|
||||||
|
"golangci",
|
||||||
|
"hadolint",
|
||||||
"labtime",
|
"labtime",
|
||||||
"promhttp"
|
"nonroot",
|
||||||
|
"promhttp",
|
||||||
|
"woodpeckerci"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue