woodpecker/.cspell.json

195 lines
3.3 KiB
JSON
Raw Permalink Normal View History

{
"version": "0.2",
"language": "en",
2024-05-24 20:35:04 +00:00
"dictionaries": [
// language
"en_us",
// code
"go",
"node",
// package names
"npm"
],
"words": [
2024-05-24 20:35:04 +00:00
"abool",
"BUILDPLATFORM",
"Codeberg",
"Curr",
"DATASOURCE",
"Debugf",
"Fediverse",
"Fogas",
"GOARCH",
"GOBIN",
"GODEBUG",
"GOPATH",
"Georgiana",
"HEALTHCHECK",
"HTTPFS",
"Hetzner",
"Infof",
"Ionescu",
"Kaniko",
"Keyfunc",
2024-05-24 20:35:04 +00:00
"LASTEXITCODE",
"Laszlo",
"Msgf",
"Netrc",
"PROTOC",
"Pinia",
"Println",
2024-05-24 20:35:04 +00:00
"pwsh",
"Refspec",
"Reviewdog",
"Rydzewski",
2024-05-24 20:35:04 +00:00
"SSHURL",
"TARGETARCH",
"TARGETOS",
2024-05-24 20:35:04 +00:00
"Typeflag",
"Upsert",
"WORKDIR",
"Warnf",
"Weblate",
"Wrapf",
"anbraten",
2024-05-24 20:35:04 +00:00
"apimachinery",
"autoincr",
"autoscaler",
"binutils",
"bitbucketdatacenter",
"bradrydzewski",
"buildx",
"ccmenu",
"charmbracelet",
"ciphertext",
"compatiblelicenses",
"corepack",
2024-05-24 20:35:04 +00:00
"cpuset",
"creativecommons",
"datacenter",
"desaturate",
"devx",
"doublestar",
"envsubst",
"estree",
2024-05-24 20:35:04 +00:00
"errgroup",
"evenodd",
"excalidraw",
"favicons",
2024-05-24 20:35:04 +00:00
"forbidigo",
"fsnotify",
"gitea",
2024-05-24 20:35:04 +00:00
"gocritic",
"golangci",
"gomod",
"gonic",
"httpsig",
"httputil",
"iconify",
"intlify",
"kyvg",
"laszlocph",
"logfile",
"loglevel",
2024-05-24 20:35:04 +00:00
"mapstructure",
"markdownlint",
2024-05-24 20:35:04 +00:00
"memswap",
"moby",
"multiarch",
"multierr",
"netdns",
"nfpm",
"nixos",
"nocolor",
"nolint",
"octocat",
"posix",
"ppid",
"prismjs",
"proto",
2024-05-24 20:35:04 +00:00
"protobuf",
2024-04-15 15:46:44 +00:00
"protoc",
2024-05-24 20:35:04 +00:00
"protoimpl",
"protoreflect",
"rawurl",
2024-05-24 20:35:04 +00:00
"regcred",
"repology",
2024-05-24 20:35:04 +00:00
"reslimit",
"riscv",
"rundll32",
"seccomp",
"secprofile",
"securecookie",
"sess",
2024-05-24 20:35:04 +00:00
"shellescape",
"stepbuilder",
"stretchr",
"sublicensable",
2024-05-24 20:35:04 +00:00
"swaggo",
"techknowlogick",
"testdata",
"tink",
"tinycolor",
2024-05-24 20:35:04 +00:00
"tmpfs",
"tmpl",
"tolerations",
"ttlcache",
"typecheck",
"unplugin",
"urfave",
"varchar",
"vueuse",
"waivable",
"windi",
"windicss",
"woodpeckerci",
"xlog",
"xorm",
"xormigrate",
2024-05-24 20:35:04 +00:00
"xyaml",
"zerolog",
"zerologger"
],
"ignorePaths": [
"**/node_modules/**/*",
"*.excalidraw",
"*.svg",
2024-05-24 20:35:04 +00:00
"*_test.go",
".cspell.json",
".git/**/*",
".gitignore",
".golangci.yaml",
".vscode/extensions.json",
"CHANGELOG.md",
"Makefile",
2024-05-13 18:11:09 +00:00
"flake.lock",
"flake.nix",
"go.mod",
"go.sum",
2024-05-24 20:35:04 +00:00
"pipeline/rpc/proto/woodpecker.pb.go",
"pnpm-lock.yaml",
"server/store/datastore/migration/**/*",
"web/components.d.ts",
"web/src/assets/locales/**/*",
2024-05-24 20:35:04 +00:00
"**/fixtures/**",
"**/testdata/**",
// TODO: remove the following
"docs/",
"server/"
],
2024-05-24 20:35:04 +00:00
// Exclude imports, because they are also strings.
"ignoreRegExpList": [
// ignore mulltiline imports
"import\\s*\\((.|[\r\n])*?\\)",
// ignore single line imports
"import\\s*.*\".*?\"",
// ignore go generate directive
"//\\s*go:generate.*",
// ignore nolint directive
"//\\s*nolint:.*",
// ignore docker image names
"\\s*docker\\.io/.*"
],
"enableFiletypes": ["dockercompose"]
}