woodpecker/.cspell.json
renovate[bot] 22414744b0
chore(deps): update dependency eslint to v9 - abandoned (#3594)
Co-authored-by: qwerty287 <qwerty287@posteo.de>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-06-06 15:16:59 +02:00

217 lines
3.6 KiB
JSON

{
"version": "0.2",
"language": "en",
"dictionaries": [
// language
"en_us",
// code
"go",
"node",
// package names
"npm"
],
"words": [
"abool",
"anbraten",
"antfu",
"apimachinery",
"autoincr",
"autoscaler",
"binutils",
"bitbucketdatacenter",
"Boguslawski",
"bradrydzewski",
"BUILDPLATFORM",
"buildx",
"ccmenu",
"certmagic",
"charmbracelet",
"ciphertext",
"Codeberg",
"compatiblelicenses",
"corepack",
"cpuset",
"creativecommons",
"Curr",
"datacenter",
"DATASOURCE",
"Debugf",
"desaturate",
"devx",
"doublestar",
"envsubst",
"errgroup",
"estree",
"evenodd",
"excalidraw",
"favicons",
"Fediverse",
"Fogas",
"forbidigo",
"Forgejo",
"fsnotify",
"Georgiana",
"gitea",
"GOARCH",
"GOBIN",
"gocritic",
"GODEBUG",
"golangci",
"gomod",
"gonic",
"GOPATH",
"HEALTHCHECK",
"healthz",
"Hetzner",
"HTMLURL",
"HTTPFS",
"httpsig",
"HTTPURL",
"httputil",
"ianvs",
"iconify",
"Infof",
"Informatyka",
"intlify",
"Ionescu",
"Kaniko",
"Keyfunc",
"kyvg",
"LASTEXITCODE",
"Laszlo",
"laszlocph",
"logfile",
"loglevel",
"LONGBLOB",
"LONGTEXT",
"mapstructure",
"markdownlint",
"memswap",
"Metas",
"mhmxs",
"moby",
"Msgf",
"multiarch",
"multierr",
"netdns",
"Netrc",
"nfpm",
"nixos",
"nocolor",
"nolint",
"norunningpipelines",
"nosniff",
"octocat",
"Pinia",
"pkce",
"posix",
"ppid",
"Println",
"prismjs",
"proto",
"protobuf",
"protoc",
"PROTOC",
"protoimpl",
"protoreflect",
"pullrequest",
"pullrequests",
"pwsh",
"Redirections",
"Refspec",
"regcred",
"repology",
"reslimit",
"Reviewdog",
"riscv",
"rundll32",
"Rydzewski",
"seccomp",
"secprofile",
"securecookie",
"sess",
"shellescape",
"SSHURL",
"stepbuilder",
"stretchr",
"sublicensable",
"swaggo",
"TARGETARCH",
"TARGETOS",
"techknowlogick",
"testdata",
"threadcreate",
"tink",
"tinycolor",
"tmpfs",
"tmpl",
"tolerations",
"tseslint",
"ttlcache",
"typecheck",
"Typeflag",
"unplugin",
"Upsert",
"urfave",
"varchar",
"varz",
"vueuse",
"waivable",
"Warnf",
"Weblate",
"windi",
"windicss",
"woodpeckerci",
"WORKDIR",
"Wrapf",
"xlink",
"xlog",
"xorm",
"xormigrate",
"xyaml",
"yamls",
"zerolog",
"zerologger"
],
"ignorePaths": [
"**/node_modules/**/*",
"*.excalidraw",
"*.svg",
"*_test.go",
".cspell.json",
".git/**/*",
".gitignore",
".golangci.yaml",
".vscode/extensions.json",
"CHANGELOG.md",
"Makefile",
"flake.lock",
"flake.nix",
"go.mod",
"go.sum",
"pipeline/rpc/proto/woodpecker.pb.go",
"pnpm-lock.yaml",
"server/store/datastore/migration/**/*",
"web/components.d.ts",
"web/src/assets/locales/**/*",
"**/fixtures/**",
"**/testdata/**",
// TODO: remove the following
"docs/"
],
// 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"]
}