{ "version": "0.2", "language": "en", "dictionaries": [ // language "en_us", // code "go", "node", // package names "npm" ], "words": [ "abool", "BUILDPLATFORM", "Codeberg", "Curr", "DATASOURCE", "Debugf", "Fediverse", "Fogas", "GOARCH", "GOBIN", "GODEBUG", "GOPATH", "Georgiana", "HEALTHCHECK", "HTTPFS", "Hetzner", "Infof", "Ionescu", "Kaniko", "Keyfunc", "LASTEXITCODE", "Laszlo", "Msgf", "Netrc", "PROTOC", "Pinia", "Println", "pwsh", "Refspec", "Reviewdog", "Rydzewski", "SSHURL", "TARGETARCH", "TARGETOS", "Typeflag", "Upsert", "WORKDIR", "Warnf", "Weblate", "Wrapf", "anbraten", "apimachinery", "autoincr", "autoscaler", "binutils", "bitbucketdatacenter", "bradrydzewski", "buildx", "ccmenu", "charmbracelet", "ciphertext", "compatiblelicenses", "corepack", "cpuset", "creativecommons", "datacenter", "desaturate", "devx", "doublestar", "envsubst", "estree", "errgroup", "evenodd", "excalidraw", "favicons", "forbidigo", "fsnotify", "gitea", "gocritic", "golangci", "gomod", "gonic", "httpsig", "httputil", "iconify", "intlify", "kyvg", "laszlocph", "logfile", "loglevel", "mapstructure", "markdownlint", "memswap", "moby", "multiarch", "multierr", "netdns", "nfpm", "nixos", "nocolor", "nolint", "octocat", "posix", "ppid", "prismjs", "proto", "protobuf", "protoc", "protoimpl", "protoreflect", "rawurl", "regcred", "repology", "reslimit", "riscv", "rundll32", "seccomp", "secprofile", "securecookie", "sess", "shellescape", "stepbuilder", "stretchr", "sublicensable", "swaggo", "techknowlogick", "testdata", "tink", "tinycolor", "tmpfs", "tmpl", "tolerations", "ttlcache", "typecheck", "unplugin", "urfave", "varchar", "vueuse", "waivable", "windi", "windicss", "woodpeckerci", "xlog", "xorm", "xormigrate", "xyaml", "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/", "server/" ], // 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"] }