woodpecker/.cspell.json

148 lines
2.4 KiB
JSON

{
"version": "0.2",
"language": "en",
"words": [
"BUILDPLATFORM",
"Codeberg",
"Curr",
"DATASOURCE",
"Debugf",
"Fediverse",
"Fogas",
"GOARCH",
"GOBIN",
"GODEBUG",
"GOPATH",
"Georgiana",
"HEALTHCHECK",
"HTTPFS",
"Hetzner",
"Infof",
"Ionescu",
"Kaniko",
"Keyfunc",
"Laszlo",
"Msgf",
"Netrc",
"PROTOC",
"Pinia",
"Println",
"Refspec",
"Reviewdog",
"Rydzewski",
"TARGETARCH",
"TARGETOS",
"Upsert",
"WORKDIR",
"Warnf",
"Weblate",
"Wrapf",
"anbraten",
"autoincr",
"autoscaler",
"binutils",
"bitbucketdatacenter",
"bradrydzewski",
"brightbox",
"buildx",
"ccmenu",
"charmbracelet",
"ciphertext",
"compatiblelicenses",
"corepack",
"creativecommons",
"datacenter",
"desaturate",
"devx",
"doublestar",
"envsubst",
"estree",
"evenodd",
"excalidraw",
"favicons",
"fsnotify",
"gitea",
"golangci",
"gomod",
"gonic",
"httpsig",
"httputil",
"iconify",
"intlify",
"kyvg",
"laszlocph",
"logfile",
"loglevel",
"markdownlint",
"multiarch",
"multierr",
"netdns",
"nfpm",
"nixos",
"nocolor",
"nolint",
"octocat",
"posix",
"ppid",
"prismjs",
"proto",
"protoc",
"rawurl",
"repology",
"securecookie",
"sess",
"stepbuilder",
"stretchr",
"sublicensable",
"techknowlogick",
"testdata",
"tink",
"tinycolor",
"typecheck",
"unplugin",
"urfave",
"varchar",
"vite",
"vitejs",
"vueuse",
"waivable",
"windi",
"windicss",
"woodpeckerci",
"xlog",
"xorm",
"xormigrate",
"zerolog",
"zerologger"
],
"ignorePaths": [
"**/node_modules/**/*",
"*.excalidraw",
"*.svg",
".cspell.json",
".git/**/*",
".gitignore",
".golangci.yaml",
".vscode/extensions.json",
"CHANGELOG.md",
"Makefile",
"flake.lock",
"flake.nix",
"go.mod",
"go.sum",
"pnpm-lock.yaml",
"server/store/datastore/migration/**/*",
"web/components.d.ts",
"web/src/assets/locales/**/*",
// TODO: remove the following
".woodpecker/",
"agent/",
"cli/",
"cmd/",
"docs/",
"pipeline/",
"server/"
],
"enableFiletypes": ["dockercompose"]
}