You've already forked woodpecker
							
							
				mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-30 23:27:39 +02:00 
			
		
		
		
	Part of #738 ``` pnpx cspell lint --gitignore '{**,.*}/{*,.*}' ``` --------- Co-authored-by: Anbraten <anton@ju60.de> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: 6543 <6543@obermui.de>
		
			
				
	
	
		
			114 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			114 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "version": "0.2",
 | |
|   "language": "en",
 | |
|   "words": [
 | |
|     "ciphertext",
 | |
|     "evenodd",
 | |
|     "gitea",
 | |
|     "gonic",
 | |
|     "Netrc",
 | |
|     "prismjs",
 | |
|     "rawurl",
 | |
|     "Refspec",
 | |
|     "securecookie",
 | |
|     "sess",
 | |
|     "techknowlogick",
 | |
|     "vueuse",
 | |
|     "windicss",
 | |
|     "xorm",
 | |
|     "xormigrate",
 | |
|     "zerolog",
 | |
|     "Msgf",
 | |
|     "varchar",
 | |
|     "autoincr",
 | |
|     "stretchr",
 | |
|     "bradrydzewski",
 | |
|     "octocat",
 | |
|     "brightbox",
 | |
|     "anbraten",
 | |
|     "Codeberg",
 | |
|     "Fediverse",
 | |
|     "Weblate",
 | |
|     "Hetzner",
 | |
|     "windi",
 | |
|     "intlify",
 | |
|     "unplugin",
 | |
|     "Pinia",
 | |
|     "woodpeckerci",
 | |
|     "tinycolor",
 | |
|     "favicons",
 | |
|     "Laszlo",
 | |
|     "Fogas",
 | |
|     "Georgiana",
 | |
|     "Ionescu",
 | |
|     "typecheck",
 | |
|     "HTTPFS",
 | |
|     "Println",
 | |
|     "ppid",
 | |
|     "xlog",
 | |
|     "Debugf",
 | |
|     "Warnf",
 | |
|     "Infof",
 | |
|     "Wrapf",
 | |
|     "urfave",
 | |
|     "creativecommons",
 | |
|     "compatiblelicenses",
 | |
|     "sublicensable",
 | |
|     "waivable",
 | |
|     "kyvg",
 | |
|     "iconify",
 | |
|     "Upsert",
 | |
|     "Rydzewski",
 | |
|     "fsnotify",
 | |
|     "tink",
 | |
|     "desaturate",
 | |
|     "golangci",
 | |
|     "Kaniko",
 | |
|     "Reviewdog",
 | |
|     "DATASOURCE",
 | |
|     "httpsig",
 | |
|     "envsubst",
 | |
|     "TARGETOS",
 | |
|     "TARGETARCH",
 | |
|     "GOARCH",
 | |
|     "Curr",
 | |
|     "doublestar",
 | |
|     "multierr",
 | |
|     "markdownlint",
 | |
|     "buildx",
 | |
|     "HEALTHCHECK",
 | |
|     "devx",
 | |
|     "gomod",
 | |
|     "laszlocph"
 | |
|   ],
 | |
|   "ignorePaths": [
 | |
|     "**/node_modules/**/*",
 | |
|     "pnpm-lock.yaml",
 | |
|     ".gitignore",
 | |
|     ".git/**/*",
 | |
|     ".cspell.json",
 | |
|     ".golangci.yaml",
 | |
|     ".vscode/extensions.json",
 | |
|     "web/src/assets/locales/**/*",
 | |
|     "web/components.d.ts",
 | |
|     "server/store/datastore/migration/**/*",
 | |
|     "go.mod",
 | |
|     "go.sum",
 | |
|     "*.excalidraw",
 | |
|     "*.svg",
 | |
|     "Makefile",
 | |
|     // TODO: remove the following
 | |
|     "CHANGELOG.md",
 | |
|     ".woodpecker/",
 | |
|     "agent/",
 | |
|     "cli/",
 | |
|     "cmd/",
 | |
|     "docker/",
 | |
|     "docs/",
 | |
|     "pipeline/",
 | |
|     "shared/",
 | |
|     "server/"
 | |
|   ],
 | |
|   "enableFiletypes": ["dockercompose"]
 | |
| }
 |